Skip to content

Commit a4f3236

Browse files
committed
more styles
1 parent 508a218 commit a4f3236

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

web_src/css/base.css

+1
Original file line numberDiff line numberDiff line change
@@ -871,6 +871,7 @@ input:-webkit-autofill:active,
871871

872872
.ui.dropdown .scrolling.menu {
873873
border-color: var(--color-secondary);
874+
border-radius: 0 0 var(--border-radius) var(--border-radius) !important;
874875
}
875876

876877
.color-preview {

web_src/css/repo.css

+5
Original file line numberDiff line numberDiff line change
@@ -2828,9 +2828,14 @@ tbody.commit-list {
28282828
max-width: 100%;
28292829
}
28302830

2831+
.ui.dropdown.branch-selector-dropdown > .menu {
2832+
margin-top: 4px;
2833+
}
2834+
28312835
.branch-selector-dropdown .branch-dropdown-button {
28322836
margin: 0;
28332837
max-width: 340px;
2838+
line-height: var(--line-height-default);
28342839
}
28352840

28362841
/* FIXME: These media selectors are not ideal (just keep them from old code).

0 commit comments

Comments
 (0)