forked from cerc-io/cosmos-explorer
fix: force block
This commit is contained in:
parent
b36786c1ee
commit
3ac4bd977b
@ -41,7 +41,7 @@ const changeOpen = (index: Number) => {
|
|||||||
<!-- sidebar -->
|
<!-- sidebar -->
|
||||||
<div
|
<div
|
||||||
class="w-64 fixed z-50 left-0 top-0 bottom-0 overflow-auto bg-base-100 border-r border-gray-100 dark:border-gray-700"
|
class="w-64 fixed z-50 left-0 top-0 bottom-0 overflow-auto bg-base-100 border-r border-gray-100 dark:border-gray-700"
|
||||||
:class="{ block: sidebarShow, 'hidden xl:block': !sidebarShow }"
|
:class="{ block: sidebarShow, 'hidden force-block': !sidebarShow }"
|
||||||
>
|
>
|
||||||
<div class="flex items-center pl-4 py-4 mb-1">
|
<div class="flex items-center pl-4 py-4 mb-1">
|
||||||
<img class="w-10 h-10" src="../../assets/logo.svg" />
|
<img class="w-10 h-10" src="../../assets/logo.svg" />
|
||||||
|
@ -33,4 +33,11 @@
|
|||||||
.table th:first-child {
|
.table th:first-child {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@media (min-width: 1280px){
|
||||||
|
.force-block{
|
||||||
|
display: block !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user