mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 10:34:38 -05:00
reduce spacing
This commit is contained in:
parent
04704ea46c
commit
a9860ac754
1 changed files with 2 additions and 2 deletions
|
@ -146,7 +146,7 @@ a.avatar {
|
|||
}
|
||||
|
||||
.video-info-buttons.pill > div:nth-child(2) > .new-button, .button-encryption {
|
||||
margin-right: 4px;
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
.video > .info > .title {
|
||||
|
@ -300,7 +300,7 @@ a.avatar {
|
|||
grid-area: buttons;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
column-gap: 6px;
|
||||
column-gap: 4px;
|
||||
height: min-content;
|
||||
width: -moz-fit-content;
|
||||
width: fit-content;
|
||||
|
|
Loading…
Reference in a new issue