mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-10-03 07:51:58 +02:00
31 lines
607 B
Plaintext
31 lines
607 B
Plaintext
@media only screen and (max-width: 700px) {
|
|
#crumbbar {
|
|
.crumb:not(.active) {
|
|
display: none;
|
|
}
|
|
.crumb.active .sep {
|
|
width: 0;
|
|
}
|
|
}
|
|
#view.view-details {
|
|
.header .label, .item .label {
|
|
margin-right: 80px !important;
|
|
}
|
|
.header .date, .item .date {
|
|
display: none;
|
|
}
|
|
}
|
|
#tree, #info {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
@media print {
|
|
a[href]:after {
|
|
content: "" !important;
|
|
}
|
|
#toolbar, #sidebar, #tree, #info {
|
|
display: none !important;
|
|
}
|
|
}
|