Turn panel into top bar

This commit is contained in:
2025-08-20 20:17:08 +03:00
Unverified
parent 5c868b2076
commit a0499386a7
4 changed files with 37 additions and 12 deletions
+9
View File
@@ -20,6 +20,7 @@
height: 100vh;
width: 27%;
background-color: $color-dark-surface-container;
position: relative;
.profileheader {
display: flex;
@@ -105,4 +106,12 @@
margin-right: 1rem;
}
}
mdui-bottom-app-bar {
position: relative;
width: 100%;
padding-left: 16px;
padding-right: 16px;
margin-top: auto;
}
}
@@ -1,11 +1,25 @@
/* fallback */
@font-face {
font-family: 'Material Symbols Outlined';
@mixin iconsFontStyle() {
font-style: normal;
font-weight: 400;
src: url(material-symbols.woff2) format('woff2');
}
/* fallback */
@font-face {
font-family: 'Material Symbols Outlined';
@include iconsFontStyle();
}
@font-face {
font-family: 'Material Icons Outlined';
@include iconsFontStyle();
}
@font-face {
font-family: 'Material Icons';
@include iconsFontStyle();
}
.material-symbols {
font-family: 'Material Symbols Outlined';
font-weight: normal;