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
bugfixes
This commit is contained in:
@@ -5,11 +5,10 @@
|
||||
border-radius: 15px;
|
||||
text-align: center;
|
||||
margin-top: 20px;
|
||||
transition: 0.3s ease-in-out background-color;
|
||||
transition: 0.3s ease background-color;
|
||||
}
|
||||
|
||||
*[class^="panel-"]:not(.no-bg):not(.no-filter):not(.w-100) {
|
||||
-webkit-backdrop-filter: blur(5px);
|
||||
backdrop-filter: blur(5px);
|
||||
}
|
||||
|
||||
@@ -71,8 +70,9 @@
|
||||
margin-bottom: 20px;
|
||||
background-color: transparent;
|
||||
}
|
||||
*[class^="panel-"]:not(.no-bg):not(.no-filter) {
|
||||
backdrop-filter:blur(0px);
|
||||
*[class^="panel-"]:not(.no-bg):not(.no-filter):not(#ps-container),
|
||||
.panel-100.w-100::before {
|
||||
backdrop-filter: blur(0px);
|
||||
}
|
||||
.flex-phone {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user