chore: optimize ui

This commit is contained in:
sigoden
2023-02-21 08:13:29 +08:00
parent dd6973468c
commit 6625c4d3d0
2 changed files with 46 additions and 47 deletions

View File

@@ -1,5 +1,5 @@
html {
font-family: -apple-system,BlinkMacSystemFont,Roboto,Helvetica,Arial,sans-serif;
font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
line-height: 1.5;
color: #24292e;
}
@@ -29,28 +29,28 @@ body {
padding-right: 0.6em;
}
.breadcrumb > a {
.breadcrumb>a {
color: #0366d6;
text-decoration: none;
}
.breadcrumb > a:hover {
.breadcrumb>a:hover {
text-decoration: underline;
}
/* final breadcrumb */
.breadcrumb > b {
.breadcrumb>b {
color: #24292e;
}
.breadcrumb > .separator {
.breadcrumb>.separator {
color: #586069;
padding: 0 0.25em;
}
.breadcrumb svg {
height: 100%;
fill: rgba(3,47,98,0.5);
fill: rgba(3, 47, 98, 0.5);
}
.toolbox {
@@ -58,7 +58,7 @@ body {
margin-right: 10px;
}
.toolbox > div {
.toolbox>div {
/* vertically align with breadcrumb text */
height: 1.1rem;
}
@@ -138,7 +138,7 @@ body {
text-decoration: none;
}
.paths-table thead a > span {
.paths-table thead a>span {
padding-left: 2px;
}
@@ -147,7 +147,7 @@ body {
}
.paths-table .cell-actions {
width: 75px;
width: 90px;
display: flex;
padding-left: 0.6em;
}
@@ -165,7 +165,7 @@ body {
.path svg {
height: 16px;
fill: rgba(3,47,98,0.5);
fill: rgba(3, 47, 98, 0.5);
padding-right: 0.5em;
vertical-align: text-top;
}
@@ -265,4 +265,4 @@ body {
.paths-table tbody tr:hover {
background-color: #1a1a1a;
}
}
}