aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/static
diff options
context:
space:
mode:
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;