You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-26 14:11:59 +01:00
design optimization & bugfixes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
*[class^="panel-"] {
|
||||
background-color: var(--color-1);
|
||||
background-color: var(--color-1-transparent);
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
border-radius: 15px;
|
||||
@@ -8,6 +8,10 @@
|
||||
transition: 0.3s ease-in-out background-color;
|
||||
}
|
||||
|
||||
*[class^="panel-"]:not(.no-bg):not(.no-filter) {
|
||||
backdrop-filter:blur(5px);
|
||||
}
|
||||
|
||||
.panel-10 {
|
||||
width: 10%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user