mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-09-20 01:31:34 +02:00
61 lines
737 B
Plaintext
61 lines
737 B
Plaintext
|
|
@media only screen and (max-width: 700px) {
|
|
#topbar {
|
|
.crumb {
|
|
display: none;
|
|
}
|
|
.current {
|
|
display: block;
|
|
}
|
|
.view span {
|
|
display: none;
|
|
}
|
|
}
|
|
#view.view-details, #view.view-list {
|
|
.header .label, .item .label {
|
|
margin-right: 110px;
|
|
}
|
|
.header .date, .item .date {
|
|
display: none;
|
|
}
|
|
}
|
|
#view.view-icons {
|
|
padding: 0;
|
|
border: none;
|
|
}
|
|
#bottombar {
|
|
.center {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 500px) {
|
|
body {
|
|
margin: 8px;
|
|
}
|
|
#tree {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
@media print {
|
|
a[href]:after {
|
|
content: "";
|
|
}
|
|
#topbar {
|
|
position: static;
|
|
margin-bottom: 2em;
|
|
.view, #download {
|
|
display: none;
|
|
}
|
|
}
|
|
#bottombar {
|
|
position: static;
|
|
margin-top: 2em;
|
|
}
|
|
#tree {
|
|
display: none !important;
|
|
}
|
|
}
|