You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-26 22:13:53 +01:00
fmlist integration, new admin panel, bugfixes
This commit is contained in:
@@ -73,7 +73,6 @@ body {
|
||||
.wrapper-outer-static {
|
||||
display: block !important;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
#wrapper {
|
||||
@@ -84,6 +83,8 @@ body {
|
||||
margin: auto;
|
||||
position: static;
|
||||
transform: none;
|
||||
width: calc(100% - 420px);
|
||||
margin-left: 420px;
|
||||
}
|
||||
|
||||
a {
|
||||
@@ -141,4 +142,15 @@ hr {
|
||||
margin: 50px auto;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
#wrapper.setup-wrapper {
|
||||
width: 100%;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.setup-wrapper h2 {
|
||||
display: initial;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user