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 | |
| 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')
| -rw-r--r-- | p/themes/Ansum/_list-view.scss | 3 | ||||
| -rw-r--r-- | p/themes/Ansum/ansum.css | 5 | ||||
| -rw-r--r-- | p/themes/Ansum/ansum.rtl.css | 3 |
3 files changed, 7 insertions, 4 deletions
diff --git a/p/themes/Ansum/_list-view.scss b/p/themes/Ansum/_list-view.scss index 03005b7fd..df0f71e1b 100644 --- a/p/themes/Ansum/_list-view.scss +++ b/p/themes/Ansum/_list-view.scss @@ -16,8 +16,7 @@ &:not(.current):hover .item.title { background: variables.$grey-lighter; - - + bottom: 3px; } } diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css index 216e3a62e..ebdd6daf8 100644 --- a/p/themes/Ansum/ansum.css +++ b/p/themes/Ansum/ansum.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,6 @@ body.register { a, button.as-link { outline: none; color: #ca7227; -}
\ No newline at end of file +} + +/*# sourceMappingURL=ansum.css.map */ 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 +} |
