Remove .hidden classes from categoryLists
This commit is contained in:
parent
9ae96833a7
commit
9d73e5eeca
2 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ body{background-color: rgb(60,50,70); color: silver; margin: 0px }
|
||||||
min-width: 18ch
|
min-width: 18ch
|
||||||
}
|
}
|
||||||
|
|
||||||
.categoryList[blurred]{
|
.categoryList.blurred{
|
||||||
background-color: rgb(20,20,30);
|
background-color: rgb(20,20,30);
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
margin-inline-end: -13ch;
|
margin-inline-end: -13ch;
|
||||||
|
@ -75,7 +75,7 @@ pre{
|
||||||
background-color: rgb(40,50,50)
|
background-color: rgb(40,50,50)
|
||||||
}
|
}
|
||||||
|
|
||||||
.categoryList:not([blurred])+.categoryList,
|
.categoryList:not(.blurred)+.categoryList,
|
||||||
.hidden{ display: none !important }
|
.hidden{ display: none !important }
|
||||||
|
|
||||||
.target{ display: flex; justify-content: space-between }
|
.target{ display: flex; justify-content: space-between }
|
|
@ -11,7 +11,7 @@
|
||||||
<div id="ui">
|
<div id="ui">
|
||||||
<div id="categories" class="categoryList">
|
<div id="categories" class="categoryList">
|
||||||
</div>
|
</div>
|
||||||
<div id="secondaryCategories" class="categoryList hidden">
|
<div id="secondaryCategories" class="categoryList">
|
||||||
</div>
|
</div>
|
||||||
<div id="site">
|
<div id="site">
|
||||||
<div id="targets">
|
<div id="targets">
|
||||||
|
|
Loading…
Reference in a new issue