mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 03:08:38 +01:00
improve video-info-buttons spacing
This commit is contained in:
parent
61a4a7568c
commit
561361211f
1 changed files with 13 additions and 0 deletions
|
@ -141,6 +141,19 @@ a.avatar {
|
|||
margin-right: -8px;
|
||||
}
|
||||
|
||||
.video-info-buttons.pill > .engagement {
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
.video-info-buttons.pill > div:nth-child(2) > .new-button, .button-encryption {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
/* div.button-encryption { */
|
||||
/* color: red !important; */
|
||||
/* margin-right: 2px; */
|
||||
/* } */
|
||||
|
||||
.video > .info > .title {
|
||||
font-family: var(--text-font-primary);
|
||||
width: 10em;
|
||||
|
|
Loading…
Reference in a new issue