chore: cleanup
This commit is contained in:
@@ -2001,8 +2001,8 @@ export default function Layout(props: ParentProps) {
|
|||||||
</DragDropProvider>
|
</DragDropProvider>
|
||||||
</div>
|
</div>
|
||||||
<div class="shrink-0 w-full pt-3 pb-3 flex flex-col items-center gap-2">
|
<div class="shrink-0 w-full pt-3 pb-3 flex flex-col items-center gap-2">
|
||||||
<Tooltip placement={sidebarProps.mobile ? "bottom" : "right"} value="Settings" class="hidden">
|
<Tooltip placement={sidebarProps.mobile ? "bottom" : "right"} value="Settings">
|
||||||
<IconButton disabled icon="settings-gear" variant="ghost" size="large" />
|
<IconButton icon="settings-gear" variant="ghost" size="large" onClick={openSettings} />
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
<Tooltip placement={sidebarProps.mobile ? "bottom" : "right"} value="Help">
|
<Tooltip placement={sidebarProps.mobile ? "bottom" : "right"} value="Help">
|
||||||
<IconButton
|
<IconButton
|
||||||
|
|||||||
@@ -53,11 +53,7 @@
|
|||||||
background-color: var(--surface-raised-stronger-non-alpha);
|
background-color: var(--surface-raised-stronger-non-alpha);
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
box-shadow: var(--shadow-xs-border);
|
box-shadow: var(--shadow-xs-border);
|
||||||
z-index: 50;
|
z-index: 60;
|
||||||
|
|
||||||
&[data-closed] {
|
|
||||||
animation: select-close 0.15s ease-out;
|
|
||||||
}
|
|
||||||
|
|
||||||
&[data-expanded] {
|
&[data-expanded] {
|
||||||
animation: select-open 0.15s ease-out;
|
animation: select-open 0.15s ease-out;
|
||||||
@@ -80,9 +76,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* [data-slot="select-section"] { */
|
|
||||||
/* } */
|
|
||||||
|
|
||||||
[data-slot="select-select-item"] {
|
[data-slot="select-select-item"] {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -142,13 +135,3 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes select-close {
|
|
||||||
from {
|
|
||||||
opacity: 1;
|
|
||||||
transform: scale(1);
|
|
||||||
}
|
|
||||||
to {
|
|
||||||
opacity: 0;
|
|
||||||
transform: scale(0.95);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
[data-component="switch"] {
|
[data-component="switch"] {
|
||||||
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
|
|||||||
Reference in New Issue
Block a user