UI fixes
This commit is contained in:
parent
8a3c8879b7
commit
c750cfbbc3
@ -320,11 +320,11 @@ ul {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.observe-empty-state:empty {
|
.observe-empty-state:empty {
|
||||||
display: none;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.observe-empty-state:not(:empty) + .empty-state {
|
.observe-empty-state:not(:empty) + .empty-state {
|
||||||
display: none;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
|
|||||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -313,11 +313,11 @@ ul {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.observe-empty-state:empty {
|
.observe-empty-state:empty {
|
||||||
display: none;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.observe-empty-state:not(:empty) + .empty-state {
|
.observe-empty-state:not(:empty) + .empty-state {
|
||||||
display: none;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user