UI changes, bumped to v11
This commit is contained in:
parent
458769c6e5
commit
211e4978f3
6 changed files with 157 additions and 36 deletions
|
|
@ -3,15 +3,31 @@
|
|||
#layout {
|
||||
display: grid;
|
||||
grid-template-areas: "menu content";
|
||||
grid-template-columns: 64px 1fr;
|
||||
grid-template-columns: 96px 1fr;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
#menu {
|
||||
display: flex;
|
||||
flex-flow: column wrap;
|
||||
justify-content: flex-start;
|
||||
gap: 24px;
|
||||
display: grid;
|
||||
grid-template-columns: min-content;
|
||||
grid-template-rows:
|
||||
38px
|
||||
48px
|
||||
|
||||
38px
|
||||
48px
|
||||
|
||||
38px
|
||||
48px
|
||||
|
||||
38px
|
||||
48px
|
||||
|
||||
38px
|
||||
48px
|
||||
;
|
||||
justify-items: center;
|
||||
align-items: start;
|
||||
|
||||
grid-area: menu;
|
||||
background: @bg2;
|
||||
|
|
@ -21,6 +37,17 @@
|
|||
display: block;
|
||||
width: 32px;
|
||||
}
|
||||
|
||||
.label {
|
||||
font-size: 0.9em;
|
||||
font-weight: bold;
|
||||
|
||||
a { color: #777; }
|
||||
|
||||
&.selected {
|
||||
a { color: @text2; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#page {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue