fix: resize CSS

This commit is contained in:
Sidharth Vinod
2021-08-21 09:26:39 +05:30
parent 354ae063d7
commit 2f7b0973fd
+1 -7
View File
@@ -157,7 +157,7 @@
<Actions />
</div>
</div>
<div id="resizeHandler" />
<div id="resizeHandler" class="hidden md:block" />
<div class="flex-1 flex flex-col overflow-hidden">
<Card title="Diagram" isCloseable={false}>
<button
@@ -199,10 +199,4 @@
background-color: hsla(var(--p));
width: 4px;
}
@media screen and (max-width: 768px) {
#resizeHandler {
display: none;
}
}
</style>