chore: optimize ui

This commit is contained in:
sigoden
2023-02-22 10:04:40 +08:00
parent 8f4cbb4826
commit f6c2ed2974
4 changed files with 212 additions and 130 deletions

View File

@@ -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;