mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-01 04:12:10 +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:
parent
e0e4473172
commit
69cfff1541
2 changed files with 24 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue