Netwok bandwidth tracker

This commit is contained in:
jvc84
2025-02-11 20:22:35 +03:00
parent b4533d1dea
commit cedf9ee93a
3 changed files with 79 additions and 1 deletions
+6 -1
View File
@@ -19,11 +19,16 @@ $sidebar_chat_textboxareaColor: mix($onSurfaceVariant, $surfaceVariant, 40%);
@include elevation-border;
@include elevation2;
border-radius: $rounding_large - $elevation_margin + 0.068rem;
min-width: 27.818rem;
min-width: 57.818rem;
background-color: $background;
padding: 1.023rem;
}
.network-bandwidth {
min-width: 6.300rem;
padding-left: 1.000rem;
}
.sidebar-group {
@include normal-rounding;
@include group-padding;