mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-07-31 10:30:15 +02:00
Fix crumb for small displays.
This commit is contained in:
2
.jscs.json
Normal file
2
.jscs.json
Normal file
@@ -0,0 +1,2 @@
|
||||
{
|
||||
}
|
@@ -3,9 +3,14 @@
|
||||
#topbar {
|
||||
.crumb {
|
||||
display: none;
|
||||
}
|
||||
.current {
|
||||
display: block;
|
||||
|
||||
&.active {
|
||||
display: inline-block;
|
||||
|
||||
.sep {
|
||||
width: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
#view.view-details {
|
||||
|
Reference in New Issue
Block a user