mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-09 14:56:32 +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 {
|
#topbar {
|
||||||
.crumb {
|
.crumb {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
||||||
|
&.active {
|
||||||
|
display: inline-block;
|
||||||
|
|
||||||
|
.sep {
|
||||||
|
width: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.current {
|
|
||||||
display: block;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#view.view-details {
|
#view.view-details {
|
||||||
|
Reference in New Issue
Block a user