регулировка ресайза

This commit is contained in:
Maxim
2026-06-17 15:59:53 +03:00
parent 30923eb9ce
commit 580b78e5c0
3 changed files with 241 additions and 83 deletions

View File

@@ -166,7 +166,7 @@ h1 {
.fill {
height: 100%;
width: 0%;
width: 0;
background: #e6852d;
box-shadow:
inset 0 0 4px rgba(255,255,255,0.2),
@@ -177,7 +177,7 @@ h1 {
.fill.no-connection {
background: #555555 !important;
box-shadow: none !important;
width: 0% !important;
width: 0 !important;
}
/* ===== SIGNAL ICON ===== */
@@ -194,7 +194,7 @@ h1 {
flex: 1;
border-radius: 2px;
min-width: 5px;
border: 1.5px solid #e6852d;
border: 2px solid #e6852d;
background-color: transparent;
transition: background-color 0.3s, border-color 0.3s;
}