aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Nord
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2024-04-26 13:11:38 +0200
committerGravatar GitHub <noreply@github.com> 2024-04-26 13:11:38 +0200
commitd656896a95fc715c2a4aba961c019339d2b84585 (patch)
treefa3ae5a5ab6a37b88e4b36406d9ab27bfa8650c3 /p/themes/Nord
parentc47b7852353086a3fcb04db9d3bbc28e2ad1e52c (diff)
Fix date issue in mobile view (#6385)
* font-size: 0.7rem; in frss.css * fix date issue in mobile view * better CSS for date in header and footer * RTL * padding in mobile view
Diffstat (limited to 'p/themes/Nord')
-rw-r--r--p/themes/Nord/nord.css4
-rw-r--r--p/themes/Nord/nord.rtl.css4
2 files changed, 0 insertions, 8 deletions
diff --git a/p/themes/Nord/nord.css b/p/themes/Nord/nord.css
index c87026ae2..ef7b58aaf 100644
--- a/p/themes/Nord/nord.css
+++ b/p/themes/Nord/nord.css
@@ -791,10 +791,6 @@ li.item.active {
padding: 0.25rem;
}
-.flux .item.date {
- font-size: 0.7rem;
-}
-
.flux .bottom {
font-size: 0.8rem;
text-align: center;
diff --git a/p/themes/Nord/nord.rtl.css b/p/themes/Nord/nord.rtl.css
index a3c43b82d..df383289b 100644
--- a/p/themes/Nord/nord.rtl.css
+++ b/p/themes/Nord/nord.rtl.css
@@ -791,10 +791,6 @@ li.item.active {
padding: 0.25rem;
}
-.flux .item.date {
- font-size: 0.7rem;
-}
-
.flux .bottom {
font-size: 0.8rem;
text-align: center;