mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-09 00:59:02 +03:00
chore: optimize ui
This commit is contained in:
@@ -58,7 +58,8 @@ body {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.toolbox>div {
|
||||
.toolbox > a,
|
||||
.toolbox > div {
|
||||
/* vertically align with breadcrumb text */
|
||||
height: 1.1rem;
|
||||
}
|
||||
@@ -147,7 +148,7 @@ body {
|
||||
}
|
||||
|
||||
.paths-table .cell-actions {
|
||||
width: 90px;
|
||||
width: 75px;
|
||||
display: flex;
|
||||
padding-left: 0.6em;
|
||||
}
|
||||
@@ -191,6 +192,7 @@ body {
|
||||
|
||||
.action-btn {
|
||||
padding-right: 0.3em;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.uploaders-table {
|
||||
@@ -222,7 +224,6 @@ body {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.path a {
|
||||
min-width: 400px;
|
||||
|
||||
Reference in New Issue
Block a user