mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 06:34:40 -05:00
improve video-chnl-info-pill styles
This commit is contained in:
parent
6609030b8d
commit
61a4a7568c
1 changed files with 12 additions and 2 deletions
|
@ -131,6 +131,16 @@ a {
|
||||||
color: var(--text-link);
|
color: var(--text-link);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.avatar {
|
||||||
|
height: 36px;
|
||||||
|
margin-left: 6px;
|
||||||
|
font-size: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.video-chnl-info-pill > a:first-child {
|
||||||
|
margin-right: -8px;
|
||||||
|
}
|
||||||
|
|
||||||
.video > .info > .title {
|
.video > .info > .title {
|
||||||
font-family: var(--text-font-primary);
|
font-family: var(--text-font-primary);
|
||||||
width: 10em;
|
width: 10em;
|
||||||
|
@ -260,7 +270,7 @@ a {
|
||||||
font-family: Inter;
|
font-family: Inter;
|
||||||
clear: both;
|
clear: both;
|
||||||
margin-top: 1.1em;
|
margin-top: 1.1em;
|
||||||
padding: 4.5px;
|
padding: 5px 0;
|
||||||
background: #0009;
|
background: #0009;
|
||||||
margin-right: -13px;
|
margin-right: -13px;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
|
@ -282,7 +292,7 @@ a {
|
||||||
grid-area: buttons;
|
grid-area: buttons;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
column-gap: 3px;
|
column-gap: 6px;
|
||||||
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