Initial add of notifications

This commit is contained in:
Magnus Åhall 2024-06-29 15:20:31 +02:00
parent 24cf7fd4cc
commit ca9a6c3e1d
9 changed files with 98 additions and 6 deletions

View file

@ -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];
}