1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Update RepoContributors.vue (#34194)

This commit is contained in:
Kerwin Bryant
2025-04-14 22:51:49 +08:00
committed by GitHub
parent c57304ac3f
commit 33df23c1f0
2 changed files with 8 additions and 3 deletions

View File

@@ -1173,6 +1173,11 @@ select.ui.dropdown {
border-radius: 0.28571429rem !important;
}
/* GITEA-PATCH: gitea also have "right menu" support */
.ui.dropdown > .right.menu {
left: auto;
right: 0;
}
/* Leftward Opening Menu */
.ui.dropdown > .left.menu {
left: auto !important;
@@ -1367,7 +1372,7 @@ select.ui.dropdown {
}
.ui.simple.dropdown .menu {
position: absolute;
/* IE hack to make dropdown icons appear inline */
display: -ms-inline-flexbox !important;
display: block;