mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-05 20:16:45 +08:00
Fix context menu overflow & review tag margin (#9231)
* Fix context menu overflow Signed-off-by: jolheiser <john.olheiser@gmail.com> * Add review tag CSS Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
@ -1092,6 +1092,12 @@ i.icon.centerlock {
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
|
||||
&.has-context-menu {
|
||||
overflow: visible;
|
||||
overflow-x: visible;
|
||||
overflow-y: visible;
|
||||
}
|
||||
|
||||
*:not(.fa):not(.octicon):not(.icon) {
|
||||
font-size: 12px;
|
||||
font-family: @monospaced-fonts, monospace;
|
||||
|
@ -737,10 +737,12 @@
|
||||
font-size: 12px;
|
||||
border: 1px solid rgba(0, 0, 0, 0.1);
|
||||
border-radius: 3px;
|
||||
&.pending {
|
||||
color: black;
|
||||
background-color: #fffbb2;
|
||||
&.review {
|
||||
margin-left: 5px;
|
||||
&.pending {
|
||||
color: black;
|
||||
background-color: #fffbb2;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user