We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 508a218 commit a4f3236Copy full SHA for a4f3236
web_src/css/base.css
@@ -871,6 +871,7 @@ input:-webkit-autofill:active,
871
872
.ui.dropdown .scrolling.menu {
873
border-color: var(--color-secondary);
874
+ border-radius: 0 0 var(--border-radius) var(--border-radius) !important;
875
}
876
877
.color-preview {
web_src/css/repo.css
@@ -2828,9 +2828,14 @@ tbody.commit-list {
2828
max-width: 100%;
2829
2830
2831
+.ui.dropdown.branch-selector-dropdown > .menu {
2832
+ margin-top: 4px;
2833
+}
2834
+
2835
.branch-selector-dropdown .branch-dropdown-button {
2836
margin: 0;
2837
max-width: 340px;
2838
+ line-height: var(--line-height-default);
2839
2840
2841
/* FIXME: These media selectors are not ideal (just keep them from old code).
0 commit comments