aboutsummaryrefslogtreecommitdiff
path: root/src/components/tab_switcher
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2020-05-10 06:46:06 +0300
committerHenry Jameson <me@hjkos.com>2020-05-10 06:46:06 +0300
commitbcebec478e43b3851e85c94335940e8fc7546cc8 (patch)
tree085b19f056e0d2522f0b0a0f9125fda3fd082f66 /src/components/tab_switcher
parent2e35289c3376881ca17b9330113c816a3327f245 (diff)
moved stuff from settings, cleaned up naming for tabs, added close and peek
Diffstat (limited to 'src/components/tab_switcher')
-rw-r--r--src/components/tab_switcher/tab_switcher.scss6
1 files changed, 6 insertions, 0 deletions
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;