mirror of
https://codeberg.org/ashley/poke.git
synced 2024-12-26 16:38:48 +01:00
block videos from tom macdonald in discover
This commit is contained in:
parent
ab16327c4b
commit
bbd409d28f
1 changed files with 7 additions and 1 deletions
|
@ -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 a new issue