mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-29 16:29:19 +02:00
bugfixes, UI improvements, logging improvements
This commit is contained in:
@@ -305,6 +305,11 @@ pre {
|
||||
top: 10px;
|
||||
}
|
||||
|
||||
.flex-container.contains-dropdown {
|
||||
z-index: 999;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
canvas, #flags-container {
|
||||
display: none;
|
||||
|
||||
@@ -95,6 +95,7 @@
|
||||
display:block;
|
||||
transform: translateY(0);
|
||||
position:absolute;
|
||||
z-index: 1000;
|
||||
}
|
||||
.dropdown.opened::before {
|
||||
transform: rotate(-225deg);
|
||||
|
||||
@@ -71,6 +71,10 @@
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.m-right-10 {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.m-right-20 {
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user