fix: hours-display
This commit is contained in:
@ -77,6 +77,9 @@
|
||||
a {
|
||||
cursor: pointer;
|
||||
}
|
||||
@media (min-width: 721px) {
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
|
||||
.@{ns}-accordion-panel-heading a {
|
||||
@ -88,6 +91,12 @@
|
||||
transition: height 0.001s;
|
||||
}
|
||||
|
||||
.@{ns}-accordion-panel-title {
|
||||
@media (min-width: 721px) {
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
|
||||
.@{ns}-block-time {
|
||||
color: #BBBBBB;
|
||||
@media (min-width: 721px) {
|
||||
|
Reference in New Issue
Block a user