more styles

This commit is contained in:
wxiaoguang 2024-05-02 09:35:45 +08:00
parent 508a218858
commit a4f323618f
2 changed files with 6 additions and 0 deletions

View File

@ -871,6 +871,7 @@ input:-webkit-autofill:active,
.ui.dropdown .scrolling.menu {
border-color: var(--color-secondary);
border-radius: 0 0 var(--border-radius) var(--border-radius) !important;
}
.color-preview {

View File

@ -2828,9 +2828,14 @@ tbody.commit-list {
max-width: 100%;
}
.ui.dropdown.branch-selector-dropdown > .menu {
margin-top: 4px;
}
.branch-selector-dropdown .branch-dropdown-button {
margin: 0;
max-width: 340px;
line-height: var(--line-height-default);
}
/* FIXME: These media selectors are not ideal (just keep them from old code).