mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-09-12 12:11:28 +08:00
Make mobile work better on smaller screens.
This commit is contained in:
+12
-8
@@ -3,14 +3,6 @@
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.tab-title {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.active .tab-title {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.scrollable {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
@@ -20,6 +12,18 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#TabList {
|
||||
background: white;
|
||||
position: fixed;
|
||||
left:0;
|
||||
right: 50%;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
#TabContent {
|
||||
padding-top: 4em;
|
||||
}
|
||||
|
||||
#Status {
|
||||
font-size: inherit;
|
||||
padding: 10px;
|
||||
|
||||
Reference in New Issue
Block a user