Initial add of notifications
This commit is contained in:
parent
24cf7fd4cc
commit
ca9a6c3e1d
9 changed files with 98 additions and 6 deletions
|
|
@ -52,7 +52,7 @@ html {
|
|||
#layout {
|
||||
display: grid;
|
||||
grid-template-areas: "menu content";
|
||||
grid-template-columns: 104px 1fr;
|
||||
grid-template-columns: 128px 1fr;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
|
|
@ -248,7 +248,7 @@ button {
|
|||
}
|
||||
|
||||
.line {
|
||||
grid-column: 1 / -1;
|
||||
grid-column: ~"1 / -1";
|
||||
border-bottom: 1px solid .lighterOrDarker(@bg1, 15%)[@result];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue