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
fmlist integration, new admin panel, bugfixes
This commit is contained in:
@@ -52,6 +52,19 @@
|
||||
width: 98%;
|
||||
}
|
||||
|
||||
.panel-100-real {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.panel-full {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
width: 100%;
|
||||
max-width: 100% !important;
|
||||
transition: 0.35s ease;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.panel-75 {
|
||||
width: 90%;
|
||||
|
||||
Reference in New Issue
Block a user