diff options
| author | 2022-12-12 20:50:32 +0100 | |
|---|---|---|
| committer | 2022-12-12 20:50:32 +0100 | |
| commit | e072411bafc4d0177835c68d9cb12341540ce554 (patch) | |
| tree | 858aa396f1a0ad4c550f22052420754ec263ebf3 /p/themes/Mapco/_mobile.scss | |
| parent | 695d6de362f74decd2df0186adb25f7eb8fe3184 (diff) | |
Improved: Header (#4927)
* all themes
* fix
Diffstat (limited to 'p/themes/Mapco/_mobile.scss')
| -rw-r--r-- | p/themes/Mapco/_mobile.scss | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/p/themes/Mapco/_mobile.scss b/p/themes/Mapco/_mobile.scss index 542d8649e..6960873bf 100644 --- a/p/themes/Mapco/_mobile.scss +++ b/p/themes/Mapco/_mobile.scss @@ -35,7 +35,7 @@ } .header { - padding: 0.5rem; + display: block; height: 8rem; .item { @@ -61,6 +61,12 @@ } } + &.configure { + position: absolute; + top: 0; + right: 0; + } + } } |
