mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-24 20:14:37 -04:00
17 lines
219 B
Text
17 lines
219 B
Text
|
|
@import "inc/main";
|
|
|
|
|
|
#table {
|
|
display: none;
|
|
}
|
|
|
|
#tree, #content > header, #content > footer {
|
|
display: block;
|
|
}
|
|
|
|
html.no-js {
|
|
#extended.details-view, #extended.icons-view {
|
|
display: block;
|
|
}
|
|
}
|