diff options
author | maTh <math-home@web.de> | 2022-11-23 22:35:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-23 22:35:20 +0100 |
commit | c9f5012f102c5270d27206aca957b2ee16fe04f8 (patch) | |
tree | 9db21f32b54e486635ef144443514bf1f248f3bf /p/themes/Pafat/pafat.rtl.css | |
parent | 4869ae0fec949f774cee12cd0a42636b1ad45b12 (diff) | |
download | freshrss-c9f5012f102c5270d27206aca957b2ee16fe04f8.tar.gz freshrss-c9f5012f102c5270d27206aca957b2ee16fe04f8.zip |
Fix: nord theme mobile (#4892)
* fix
* fixed: background color of theme slider properties
* fixed: padding in mobile view + merge mobile view code
* fix favicon position in mobile view
Diffstat (limited to 'p/themes/Pafat/pafat.rtl.css')
-rw-r--r-- | p/themes/Pafat/pafat.rtl.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/p/themes/Pafat/pafat.rtl.css b/p/themes/Pafat/pafat.rtl.css index 80505523b..20c204cb9 100644 --- a/p/themes/Pafat/pafat.rtl.css +++ b/p/themes/Pafat/pafat.rtl.css @@ -98,7 +98,6 @@ form th { .form-group .group-name { padding: 10px 0; - text-align: left; } .form-group .group-controls { @@ -990,7 +989,6 @@ a.signin { @media (max-width: 840px) { .form-group .group-name { padding-bottom: 0; - text-align: right; } .aside { |