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