lots of update 2

This commit is contained in:
Qing
2023-01-07 08:52:11 +08:00
parent a22536becc
commit a7240eedb5
13 changed files with 302 additions and 71 deletions

View File

@@ -13,6 +13,9 @@
}
.react-photo-album--photo {
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
border-radius: 8px;
border: 1px solid transparent;
@@ -82,3 +85,17 @@
.ScrollAreaCorner {
background: var(--blackA8);
}
.file-search-input {
width: 250px;
padding-left: 30px;
height: 32px;
border: 1px solid var(--border-color);
border-radius: 8px;
}
.sort-btn-inactive {
svg {
opacity: 0.5;
}
}