diff options
| author | 2024-01-29 12:37:02 +0100 | |
|---|---|---|
| committer | 2024-01-29 12:37:02 +0100 | |
| commit | 4d95ef71642b4f5b17e4a56fdaf1561439f0dadf (patch) | |
| tree | c8ab97abad75e4af3be9b6e6fdf19c162177cd5d /p/themes/base-theme/frss.rtl.css | |
| parent | 6228f959f7ff8d459aa5bc253d225c7e7f716165 (diff) | |
Improve the padding of the notification banner (#6074)
Diffstat (limited to 'p/themes/base-theme/frss.rtl.css')
| -rw-r--r-- | p/themes/base-theme/frss.rtl.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css index 319a6a432..45b967b63 100644 --- a/p/themes/base-theme/frss.rtl.css +++ b/p/themes/base-theme/frss.rtl.css @@ -1495,7 +1495,7 @@ a.website:hover .favicon { /*=== Notification and actualize notification */ .notification { - padding: 0.75rem 0.75rem 0.75rem 3.5rem; + padding: 1rem 1rem 1rem 3.5rem; position: absolute; top: 1rem; right: 25%; left: 25%; |
