aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/static
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-01-25 19:04:12 -0800
committerBryan Newbold <bnewbold@archive.org>2021-01-25 19:04:12 -0800
commita2186898859b5b71a06bff3c23977b727409c590 (patch)
tree3aa81a2232b49343cfba3e486ee2d22b539bad9e /fatcat_scholar/static
parent1bd70950b6dfd92752a02c96e18051d11141c0bc (diff)
downloadfatcat-scholar-a2186898859b5b71a06bff3c23977b727409c590.tar.gz
fatcat-scholar-a2186898859b5b71a06bff3c23977b727409c590.zip
html: small RTL style fixes
Diffstat (limited to 'fatcat_scholar/static')
-rw-r--r--fatcat_scholar/static/scholar.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/fatcat_scholar/static/scholar.css b/fatcat_scholar/static/scholar.css
index 9c01a60..b162ad5 100644
--- a/fatcat_scholar/static/scholar.css
+++ b/fatcat_scholar/static/scholar.css
@@ -69,6 +69,12 @@ nav.ui.menu {
width: 12.5em;
}
+/* RTL padding fix */
+.ui.items > .item > .content {
+ padding-left: 0;
+ padding-inline-start: 1.5em;
+};
+
@media only screen and (max-width: 767px) {
.action-bar {
justify-content: left;