jeffvli
3 years ago
5 changed files with 37 additions and 56 deletions
@ -1,8 +0,0 @@ |
|||
.page__header { |
|||
padding: 20px 20px 0px 20px; |
|||
} |
|||
|
|||
.page__content { |
|||
position: relative; |
|||
padding: 10px; |
|||
} |
@ -1,24 +0,0 @@ |
|||
.container__sidebar { |
|||
position: fixed; |
|||
top: 33px; /* Account for custom titlebar */ |
|||
z-index: 1; |
|||
} |
|||
|
|||
.sidebar__main { |
|||
height: 100vh; |
|||
border-right: 1px solid #3c3f43; |
|||
} |
|||
|
|||
.sidebar__expander { |
|||
position: absolute; |
|||
top: 50px; |
|||
z-index: 1; |
|||
} |
|||
|
|||
.sidebar__expander_true { |
|||
left: 180px; |
|||
} |
|||
|
|||
.sidebar__expander_false { |
|||
left: 43px; |
|||
} |
Loading…
Reference in new issue