diff options
| author | 2020-05-06 19:55:45 +0200 | |
|---|---|---|
| committer | 2020-05-06 19:55:45 +0200 | |
| commit | cc7a784cbe8822d306a2937f08b7665ea82ffb54 (patch) | |
| tree | 06733ea4b5205ae6f65230d3411e8fac3697768e /p/themes/Flat/flat.css | |
| parent | 5e18ca840891cac3087abde47de8481352863602 (diff) | |
Add/mobile feed configuration (#2938)
* Show subscription management button on mobile
* Show aside box-shadow on Origine only when opened
* Reduce padding of Origine posts on mobile
* Shrink stick component with long input
* Show Origine configure icons on mobile
* Show the slider full width on mobile
* Improve the look of forms on mobile
* Fix Ansum theme
* Fix BlueLagoon theme
* Fix Dark theme
* Fix Flat theme
* Fix Mapco theme
* Fix Origine-compact theme
* Fix Pafat theme
* Fix Screwdriver theme
* Fix Swage theme
* Fix Alternative-Dark theme
* Apply RTL script on themes
Co-authored-by: triatic <42704418+triatic@users.noreply.github.com>
Diffstat (limited to 'p/themes/Flat/flat.css')
| -rw-r--r-- | p/themes/Flat/flat.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css index 0989321bf..79f41b3ba 100644 --- a/p/themes/Flat/flat.css +++ b/p/themes/Flat/flat.css @@ -509,6 +509,7 @@ a.btn { visibility: hidden; } +.box .box-title .configure .icon, .box .box-content .item .configure .icon { vertical-align: middle; background-color: #95a5a6; @@ -1098,6 +1099,16 @@ a.btn { /*===========*/ @media (max-width: 840px) { + .form-group .group-name { + padding-bottom: 0; + text-align: left; + } + + .box .box-title .configure, + .box .box-content .item .configure { + visibility: visible; + } + .aside { transition: width 200ms linear; } @@ -1167,4 +1178,13 @@ a.btn { .notification a.close .icon { display: none; } + + .post { + padding-left: 15px; + padding-right: 15px; + } + + #close-slider.active { + background: #2c3e50; + } } |
