1
Fork 0

fix stuff

This commit is contained in:
Ashley 2023-01-14 08:01:40 +00:00
parent ce055c3bc1
commit c8ece35efe

View file

@ -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 {