mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-09-09 11:19:16 +08:00
Implement first mobile version.
This commit is contained in:
+29
-1
@@ -1,3 +1,8 @@
|
||||
.container-fluid {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.tab-title {
|
||||
display: none;
|
||||
}
|
||||
@@ -7,5 +12,28 @@
|
||||
}
|
||||
|
||||
.scrollable {
|
||||
margin-top: -25px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.butnotscrollable {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#Status {
|
||||
font-size: inherit;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.tab-content {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.on-top {
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.thatannoyingbutton {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user