aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Mapco/_mobile.scss
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2023-04-15 21:13:56 +0200
committerGravatar GitHub <noreply@github.com> 2023-04-15 21:13:56 +0200
commit789c44b50222a24c565c783dbaf53d6ae465fc1d (patch)
treec1fc9cda11c5ceacc25e2e6b39cafd0d0fd87f93 /p/themes/Mapco/_mobile.scss
parenta19b56064d74ae871abd52903778e0d5c35af896 (diff)
Improved: global view: mobile view (#5297)
* improved overlay + visible close button * duplicate of line 2109 * delete #panel .close from frss.css * set background colors in each theme * fix Ansum and Mapco theme * fix Nord theme * frss.css * only 1 scroll bar * fix the closer background in some themes * fix scrolling * fix fix
Diffstat (limited to 'p/themes/Mapco/_mobile.scss')
-rw-r--r--p/themes/Mapco/_mobile.scss9
1 files changed, 8 insertions, 1 deletions
diff --git a/p/themes/Mapco/_mobile.scss b/p/themes/Mapco/_mobile.scss
index 3faea3d7e..5c57545c1 100644
--- a/p/themes/Mapco/_mobile.scss
+++ b/p/themes/Mapco/_mobile.scss
@@ -20,7 +20,7 @@
}
.aside .toggle_aside,
- #panel .close,
+ #overlay .close,
.dropdown-menu .toggle_aside,
#slider .toggle_aside {
background-color: variables.$main-first;
@@ -53,6 +53,13 @@
height: calc(100% - 8rem);
}
+ #panel {
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ }
+
main.prompt {
max-width: 100%;
min-width: auto;