Skip to content

Commit 361cfce

Browse files
committed
feat(tpl): improve CSS styles
- mkdir: ensure controls center aligned - upload-status: improve compatibility
1 parent 8d998e0 commit 361cfce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tpl/frontend/index.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ html.dragging::before {
280280
.upload-status.uploading .info,
281281
.upload-status.failed .warn {
282282
opacity: 1;
283+
-webkit-transform: translateY(25%);
283284
transform: translateY(25%);
284285
}
285286

@@ -358,6 +359,7 @@ html.dragging::before {
358359

359360
.mkdir form {
360361
display: flex;
362+
align-items: center;
361363
}
362364

363365
.mkdir .name {

0 commit comments

Comments
 (0)