mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Update display of reactions to issues and comments (#9038)
Modify display of reactions to issues to remove spaces and make them feel more apart of the reactions bar rather than separate items within.
This commit is contained in:
@@ -1910,13 +1910,23 @@
|
||||
}
|
||||
|
||||
.segment.reactions {
|
||||
padding: 0.3em 1em;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
|
||||
.ui.label {
|
||||
padding: 0.4em;
|
||||
padding-right: 1em;
|
||||
padding-left: 1em;
|
||||
border: 0;
|
||||
border-right: 1px solid;
|
||||
border-radius: 0;
|
||||
margin: 0;
|
||||
font-size: 14px;
|
||||
border-color: inherit !important;
|
||||
|
||||
&.disabled {
|
||||
cursor: default;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
> img {
|
||||
@@ -1924,8 +1934,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
.ui.label.basic.blue {
|
||||
background-color: #f1f8ff !important;
|
||||
border-color: inherit !important;
|
||||
}
|
||||
|
||||
.select-reaction {
|
||||
float: none;
|
||||
float: left;
|
||||
padding: 0.5em;
|
||||
padding-left: 1em;
|
||||
|
||||
&:not(.active) a {
|
||||
display: none;
|
||||
|
Reference in New Issue
Block a user