diff options
| author | 2022-12-28 23:06:03 +0100 | |
|---|---|---|
| committer | 2022-12-28 23:06:03 +0100 | |
| commit | 6131aa4479a51862c28d4da693bb1fe5d2c47e24 (patch) | |
| tree | 877fc44d29c8e307eecfbeef4e0183698e1a16f1 /p/themes/base-theme/frss.rtl.css | |
| parent | e072411bafc4d0177835c68d9cb12341540ce554 (diff) | |
fix: Misalignment of "There are no articles to show" box (#4959)
Diffstat (limited to 'p/themes/base-theme/frss.rtl.css')
| -rw-r--r-- | p/themes/base-theme/frss.rtl.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css index 6bd36a646..b44ca08f1 100644 --- a/p/themes/base-theme/frss.rtl.css +++ b/p/themes/base-theme/frss.rtl.css @@ -712,6 +712,8 @@ input[type="checkbox"]:focus-visible { /*=== Alerts */ .alert { + margin: 1rem auto; + padding: 0.75rem 1rem; display: block; width: 90%; } |
