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