mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-02 22:07:05 +09: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:
@ -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