mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 12:58:25 +01:00
fix stuff
This commit is contained in:
parent
206549b81c
commit
b9f5f7ad93
1 changed files with 7 additions and 4 deletions
|
@ -73,7 +73,7 @@
|
||||||
--ptd-margin-base: 4px;
|
--ptd-margin-base: 4px;
|
||||||
--ptd-avatar-size: 32px;
|
--ptd-avatar-size: 32px;
|
||||||
--ptd-toolbar-height: 56px;
|
--ptd-toolbar-height: 56px;
|
||||||
--ptd-button-spacing: 6px;
|
--ptd-button-spacing: 4px;
|
||||||
|
|
||||||
/* margins */
|
/* margins */
|
||||||
--ptd-margin-2x: 8px;
|
--ptd-margin-2x: 8px;
|
||||||
|
@ -142,9 +142,12 @@ a.avatar {
|
||||||
margin-right: -8px;
|
margin-right: -8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* If the "Encryption duh" duplication bug is fixed, remove this rule. */
|
.video-info-buttons.pill > .engagement {
|
||||||
.new-button.button-encryption + a[title="Encryption duh"] {
|
margin-right: 2px;
|
||||||
display: none;
|
}
|
||||||
|
|
||||||
|
.video-info-buttons.pill > div:nth-child(2) > .new-button, .button-encryption {
|
||||||
|
margin-right: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.video > .info > .title {
|
.video > .info > .title {
|
||||||
|
|
Loading…
Reference in a new issue