-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
empty action cursor adjustemnt, sidebur nav headers adjustments
- Loading branch information
1 parent
1d90c75
commit 97f24d8
Showing
4 changed files
with
84 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,20 @@ | ||
.view-header { | ||
display: none; | ||
} | ||
// .view-header { | ||
// display: none; | ||
// } | ||
|
||
// .nav-header { | ||
// display: none; | ||
// } | ||
|
||
.nav-header { | ||
display: none; | ||
align-items: flex-start; | ||
justify-content: flex-start; | ||
display: flex; | ||
padding: var(--size-2-2); | ||
width: 100%; | ||
padding-top: calc(var(--size-4-2) + 1px); // align with sidebar icons | ||
|
||
// idea of border that emulates light | ||
// border-bottom: rgb(from var(--gray-25) r g b / 0.8) 1px solid; | ||
// box-shadow: 0 -1px 0px 0px rgb(from var(--gray-100) r g b / 0.3) inset; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,3 +30,6 @@ body { | |
} | ||
|
||
|
||
.empty-state-action { | ||
cursor: pointer; | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.