Fixed a few issues on mobile, Reorganized scripts, Fixed code line breaks

Update clean.bat, scripts.php, and 13 more files...
This commit is contained in:
2023-12-22 06:21:31 +01:00
parent 5acc0b38af
commit c8c59c8271
14 changed files with 238 additions and 268 deletions

View File

@@ -158,10 +158,19 @@ main {
/* Site > Base > Main */
main {
&.expanded {
border-left: 0;
border-radius: 0;
@media only screen and (max-width: 768px) {
main {
border-left: 0 !important;
border-radius: 0 !important;
}
}
@media only screen and (min-width: 768px) {
main {
&.expanded {
border-left: 0;
border-radius: 0;
}
}
}