mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
block videos from tom macdonald in discover
This commit is contained in:
parent
ab16327c4b
commit
bbd409d28f
@ -327,7 +327,13 @@ margin-left: auto;
|
|||||||
background: var(--not-quite-black);
|
background: var(--not-quite-black);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
border-radius: 1em;
|
border-radius: 1em;
|
||||||
} </style>
|
}
|
||||||
|
|
||||||
|
/* Block Videos From tom macdonald */
|
||||||
|
.video.author-Tom.MacDonald {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
Loading…
Reference in New Issue
Block a user