Skip to content

Commit

Permalink
more styles
Browse files Browse the repository at this point in the history
  • Loading branch information
wxiaoguang committed May 2, 2024
1 parent 508a218 commit a4f3236
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions web_src/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
5 changes: 5 additions & 0 deletions web_src/css/repo.css
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit a4f3236

Please sign in to comment.