mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 21:57:49 +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 {
|
.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;
|
||||||
|
|
Loading…
Reference in a new issue