about summary refs log tree commit diff stats
path: root/pages
diff options
context:
space:
mode:
authorSimonBrazell <simon@brazell.com.au>2020-11-08 15:16:52 +1100
committerSimonBrazell <simon@brazell.com.au>2020-11-08 15:16:52 +1100
commitbdb3be921c6cbfba599750ad462f4e26db6cc568 (patch)
tree62e137ad2aac612a3268ad112e0e1531fe273d75 /pages
parentMerge pull request #102 from nitrohorse/add-old-reddit-support (diff)
downloadlibredirect-bdb3be921c6cbfba599750ad462f4e26db6cc568.zip
Fixes #119 - Change zh-CN to zh_CN.
Diffstat (limited to 'pages')
-rw-r--r--pages/styles.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/pages/styles.css b/pages/styles.css
index dd58676b..167763d5 100644
--- a/pages/styles.css
+++ b/pages/styles.css
@@ -235,6 +235,10 @@ input:invalid {
 .tab {
   overflow: hidden;
   background-color: var(--bg-secondary);
+  position: fixed;
+  top: 0;
+  width: 100%;
+  z-index: 2;
 }
 
 .tab button {
@@ -262,7 +266,7 @@ input:invalid {
 }
 
 .tabcontent {
-  padding-top: 10px;
+  padding-top: 50px;
   display: none;
   background-color: var(--bg-main);
   min-height: 510px;