mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-28 14:04:45 -04:00
Updates responsive styles.
This commit is contained in:
parent
c80c2b146a
commit
ca19318671
1 changed files with 13 additions and 12 deletions
|
@ -1,18 +1,8 @@
|
||||||
|
|
||||||
@media only screen and (max-width: 500px) {
|
@media only screen and (max-width: 500px) {
|
||||||
#topbar {
|
body {
|
||||||
.view span {
|
margin: 8px;
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
#extended.view-icons {
|
|
||||||
padding: 0;
|
|
||||||
border: none;
|
|
||||||
margin: 0 -14px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media only screen and (max-width: 350px) {
|
|
||||||
#topbar {
|
#topbar {
|
||||||
.crumb {
|
.crumb {
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -20,6 +10,9 @@
|
||||||
.current {
|
.current {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
.view span {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#extended.view-details {
|
#extended.view-details {
|
||||||
.header .label, .entry .label {
|
.header .label, .entry .label {
|
||||||
|
@ -29,11 +22,19 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#extended.view-icons {
|
||||||
|
padding: 0;
|
||||||
|
border: none;
|
||||||
|
margin: 0 -14px;
|
||||||
|
}
|
||||||
#bottombar {
|
#bottombar {
|
||||||
.center {
|
.center {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#tree {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media print {
|
@media print {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue