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/Mapco/_forms.scss | |
| 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/Mapco/_forms.scss')
| -rw-r--r-- | p/themes/Mapco/_forms.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/p/themes/Mapco/_forms.scss b/p/themes/Mapco/_forms.scss index ff1691894..340d2219f 100644 --- a/p/themes/Mapco/_forms.scss +++ b/p/themes/Mapco/_forms.scss @@ -70,6 +70,7 @@ label { } textarea { + max-width: 100%; width: 360px; height: 100px; } |
