mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 16:37:52 +01:00
reduce spacing
This commit is contained in:
parent
e5d5023af3
commit
508d65e44c
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