mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-01 04:12:10 +00:00
Adjust the signed tag verification line
Move the signed tag verification line above the release notes, don't disable the bottom margin, and make sure the verification line's box is properly rounded like other boxes. Signed-off-by: Gergely Nagy <forgejo@gergo.csillger.hu>
This commit is contained in:
parent
a2f603dedd
commit
d58143e4e1
3 changed files with 6 additions and 2 deletions
|
@ -2143,6 +2143,10 @@
|
|||
padding-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.ui.attached.message.tag-signature-row {
|
||||
border-radius: var(--border-radius);
|
||||
}
|
||||
|
||||
.tag-signature-row div {
|
||||
margin-top: auto !important;
|
||||
margin-bottom: auto !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue