diff options
| author | 2022-10-23 20:56:25 +0200 | |
|---|---|---|
| committer | 2022-10-23 20:56:25 +0200 | |
| commit | c191e0315e96cd9c8b0e0bec28f0931c874bbf79 (patch) | |
| tree | 68e9aa043ccd161032e17da82079fa820c3e9b3d /p/themes/Pafat/pafat.css | |
| parent | 5e716695896cdbe62e8a572358d079d480f88d7f (diff) | |
Fix 4712 (#4750)
* fix
* fix
* fix nord theme (a bit)
* fix
Diffstat (limited to 'p/themes/Pafat/pafat.css')
| -rw-r--r-- | p/themes/Pafat/pafat.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css index 7f1b4f707..b5068abe4 100644 --- a/p/themes/Pafat/pafat.css +++ b/p/themes/Pafat/pafat.css @@ -721,6 +721,10 @@ a.signin { border-left: 3px solid #d9534f; } +.flux:not(.current):hover .item.title { + bottom: 0; +} + .flux .item.title a, .flux.not_read:not(.current):hover .item.title { color: #333; } @@ -747,8 +751,8 @@ a.signin { font-size: 0.9rem; } -.flux .website .favicon { - padding: 5px; +.flux_header .title .item-element { + padding: 0.425rem; } .flux .item.date { |
