diff options
| author | 2022-01-11 23:53:40 +0100 | |
|---|---|---|
| committer | 2022-01-11 23:53:40 +0100 | |
| commit | f94ec779e66ca7203cd3cf1e807bcf3c983ed736 (patch) | |
| tree | 2e0c0133937d92217cecc8bb2c8d0c16de54338e /app | |
| parent | 9cd9e9a0930a04f594394a8dc6a95791134521a3 (diff) | |
Improve dropdown menu mobile (#4141)
* Theme template.css
* theme adark
* theme ansum
* theme bluelagoon
* theme dark
* theme template.css RTL fix
* theme flat
* theme Origine
* theme Origine-compact
* theme Pafat
* theme Screwdriver
* theme Swage
* theme Mapco
* dropdown menu with thin scrollbar
* Fix CI foundings
* Fix RTL
* Fix CSS semicolons
* Fix CSS RTL
* Fix SCSS
* Update _mobile.scss
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/helpers/index/normal/entry_bottom.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/helpers/index/normal/entry_bottom.phtml b/app/views/helpers/index/normal/entry_bottom.phtml index 5f105c6c9..1b6180c47 100644 --- a/app/views/helpers/index/normal/entry_bottom.phtml +++ b/app/views/helpers/index/normal/entry_bottom.phtml @@ -44,7 +44,7 @@ <a class="dropdown-toggle" href="#dropdown-labels-<?= $this->entry->id() ?>"><?php echo _t('index.menu.tags'); ?></a> - <ul class="dropdown-menu dropdown-menu-scrollable"> + <ul class="dropdown-menu dropdown-menu-scrollable scrollbar-thin"> <li class="dropdown-close"><a href="#close">❌</a></li> <!-- Ajax --> </ul> |
