0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-07-26 11:04:27 -04:00

fine tune

This commit is contained in:
wxiaoguang 2025-04-16 14:43:11 +08:00
parent 99924e1d68
commit 75b5fcb80e
2 changed files with 2 additions and 3 deletions

View File

@ -152,7 +152,7 @@
.ui.icon.buttons .button,
.ui.icon.button:not(.compact) {
padding: 0.57em 1.07em 0.57em 0.57em;
padding: 0.57em;
}
.ui.icon.buttons .button > .icon,
.ui.icon.button > .icon {

View File

@ -1,14 +1,13 @@
/* only used by "repo/empty.tmpl" */
.clone-buttons-combo {
display: flex;
align-items: center;
align-items: stretch;
flex: 1;
}
.clone-buttons-combo input {
border-left: none !important;
border-radius: 0 !important;
height: 30px;
}
/* used by the clone-panel popup */