From bcebec478e43b3851e85c94335940e8fc7546cc8 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Sun, 10 May 2020 06:46:06 +0300 Subject: moved stuff from settings, cleaned up naming for tabs, added close and peek --- src/components/tab_switcher/tab_switcher.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/components/tab_switcher') diff --git a/src/components/tab_switcher/tab_switcher.scss b/src/components/tab_switcher/tab_switcher.scss index a443531e..a7b790a3 100644 --- a/src/components/tab_switcher/tab_switcher.scss +++ b/src/components/tab_switcher/tab_switcher.scss @@ -46,8 +46,14 @@ &.side-tabs { flex-direction: row; + @media all and (max-width: 800px) { + overflow-x: auto; + } > .contents { flex: 0 1 80%; + @media all and (max-width: 800px) { + min-width: 96vw; + } } > .tabs { flex: 1 0 auto; -- cgit v1.2.3-70-g09d2