From bb2b061d1eeb07cdc79cd631a38b454744e7d093 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 25 Jan 2021 22:02:59 -0800 Subject: css: fix syntax around mobile circle buttons (left-align) --- fatcat_scholar/static/scholar.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fatcat_scholar') diff --git a/fatcat_scholar/static/scholar.css b/fatcat_scholar/static/scholar.css index 3258dc6..6d116b7 100644 --- a/fatcat_scholar/static/scholar.css +++ b/fatcat_scholar/static/scholar.css @@ -73,11 +73,11 @@ nav.ui.menu { .ui.items > .item > .content { padding-left: 0; padding-inline-start: 1.5em; -}; +} @media only screen and (max-width: 767px) { .action-bar { - justify-content: left; + justify-content: flex-start; } .mobile-hide { display: none !important; @@ -85,7 +85,7 @@ nav.ui.menu { .ui.items>.item>.image:not(.ui) { width: auto; max-height: 300px!important; - }; + } } @media only screen and (min-width: 768px) { .mobile-only { display: none !important; } -- cgit v1.2.3