Cleanup and minor tweaks for apps with a sidebar
Like Attract or Flamenco
This commit is contained in:
@@ -143,12 +143,17 @@ nav.sidebar
|
||||
left: 0
|
||||
width: $sidebar-width
|
||||
height: 100%
|
||||
background-color: $color-background-nav
|
||||
display: flex
|
||||
flex-direction: column
|
||||
|
||||
> ul > li > .navbar-item
|
||||
padding-top: 10px
|
||||
padding-bottom: 10px
|
||||
background: red
|
||||
|
||||
.dropdown
|
||||
min-width: $sidebar-width
|
||||
|
||||
.dropdown-menu
|
||||
top: initial
|
||||
bottom: 3px
|
||||
@@ -159,7 +164,7 @@ nav.sidebar
|
||||
li a
|
||||
justify-content: flex-start
|
||||
|
||||
ul
|
||||
> ul
|
||||
width: 100%
|
||||
margin: 0
|
||||
padding: 0
|
||||
@@ -172,25 +177,11 @@ nav.sidebar
|
||||
|
||||
a.navbar-item, button
|
||||
display: flex
|
||||
color: $color-text-light-hint
|
||||
font-size: 1.5em
|
||||
align-items: center
|
||||
justify-content: center
|
||||
padding: 10px 0
|
||||
background: transparent
|
||||
border: none
|
||||
width: 100%
|
||||
text-decoration: none
|
||||
|
||||
&:hover
|
||||
color: $color-text-light-primary
|
||||
&:active
|
||||
outline: none
|
||||
|
||||
&.cloud
|
||||
i
|
||||
position: relative
|
||||
left: -4px
|
||||
|
||||
a.dropdown-toggle
|
||||
padding: 0
|
||||
|
Reference in New Issue
Block a user