diff options
| author | 2022-10-16 12:46:53 +0200 | |
|---|---|---|
| committer | 2022-10-16 12:46:53 +0200 | |
| commit | 36e7b694b3fca6160d2a93542281379c06c37775 (patch) | |
| tree | 29270cd38f35c5cfc6a09588bc022a7d1aa7863d /p/themes/Ansum/ansum.rtl.css | |
| parent | ebce6a76c2e6914374d84e435863487836c3b12b (diff) | |
fix: jumping lines (#4699)
* fix
* fix Origine compact
* fix Ansum
* fix Mapco
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'p/themes/Ansum/ansum.rtl.css')
| -rw-r--r-- | p/themes/Ansum/ansum.rtl.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/p/themes/Ansum/ansum.rtl.css b/p/themes/Ansum/ansum.rtl.css index ddc94cbc4..c6f16979d 100644 --- a/p/themes/Ansum/ansum.rtl.css +++ b/p/themes/Ansum/ansum.rtl.css @@ -987,6 +987,7 @@ main.prompt { } .flux:hover:not(.current):hover .item.title { background: #fcfaf8; + bottom: 3px; } .flux.current { background: #fff; @@ -1364,4 +1365,4 @@ body.register { a, button.as-link { outline: none; color: #ca7227; -}
\ No newline at end of file +} |
