mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 04:24:45 -04:00
Clean some responsive styles.
This commit is contained in:
parent
daa9e20e48
commit
fc12ebd477
1 changed files with 20 additions and 44 deletions
|
@ -1,55 +1,31 @@
|
||||||
|
|
||||||
@media only screen and (max-width: 700px) {
|
@media only screen and (max-width: 700px) {
|
||||||
#topbar {
|
#crumbbar {
|
||||||
.crumb {
|
.crumb:not(.active) {
|
||||||
display: none;
|
display: none;
|
||||||
|
}
|
||||||
&.active {
|
.crumb.active .sep {
|
||||||
display: inline-block;
|
width: 0;
|
||||||
|
|
||||||
.sep {
|
|
||||||
width: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
#view.view-details {
|
||||||
#view.view-details {
|
.header .label, .item .label {
|
||||||
.header .label, .item .label {
|
margin-right: 80px !important;
|
||||||
margin-right: 80px !important;
|
}
|
||||||
|
.header .date, .item .date {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.header .date, .item .date {
|
#tree, #info {
|
||||||
display: none;
|
display: none !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#view.view-icons {
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
#bottombar {
|
|
||||||
.center {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#tree {
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media print {
|
@media print {
|
||||||
a[href]:after {
|
a[href]:after {
|
||||||
content: "";
|
content: "" !important;
|
||||||
}
|
}
|
||||||
#topbar {
|
#toolbar, #download, #sidebar, #tree, #info {
|
||||||
position: static;
|
display: none !important;
|
||||||
margin-bottom: 2em;
|
|
||||||
.view, #download {
|
|
||||||
display: none;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#bottombar {
|
|
||||||
position: static;
|
|
||||||
margin-top: 2em;
|
|
||||||
}
|
|
||||||
#tree, #sidebar {
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue