reduce spacing

This commit is contained in:
arctic 2023-01-13 21:47:26 -08:00
parent 04704ea46c
commit a9860ac754

View file

@ -146,7 +146,7 @@ a.avatar {
} }
.video-info-buttons.pill > div:nth-child(2) > .new-button, .button-encryption { .video-info-buttons.pill > div:nth-child(2) > .new-button, .button-encryption {
margin-right: 4px; margin-right: 2px;
} }
.video > .info > .title { .video > .info > .title {
@ -300,7 +300,7 @@ a.avatar {
grid-area: buttons; grid-area: buttons;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
column-gap: 6px; column-gap: 4px;
height: min-content; height: min-content;
width: -moz-fit-content; width: -moz-fit-content;
width: fit-content; width: fit-content;