mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-27 21:44:22 -04:00
Fix crumb for small displays.
This commit is contained in:
parent
ce2581d092
commit
daa9e20e48
2 changed files with 10 additions and 3 deletions
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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue