mirror of
https://github.com/docmost/docmost.git
synced 2026-05-22 18:22:42 +08:00
fix tree
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
.row {
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: var(--mantine-spacing-sm);
|
||||
@@ -38,12 +39,21 @@
|
||||
color: light-dark(var(--mantine-color-gray-6), var(--mantine-color-dark-2));
|
||||
font-size: var(--mantine-font-size-xs);
|
||||
flex-shrink: 0;
|
||||
transition: opacity 100ms ease;
|
||||
|
||||
.row:hover &,
|
||||
.row:focus-within & {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.useButton {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: var(--mantine-spacing-sm);
|
||||
transform: translateY(-50%);
|
||||
opacity: 0;
|
||||
transition: opacity 100ms ease;
|
||||
flex-shrink: 0;
|
||||
|
||||
.row:hover &,
|
||||
.row:focus-within &,
|
||||
|
||||
Reference in New Issue
Block a user