mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 01:38:03 +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);
|
||||
text-decoration: none;
|
||||
border-radius: 1em;
|
||||
} </style>
|
||||
}
|
||||
|
||||
/* Block Videos From tom macdonald */
|
||||
.video.author-Tom.MacDonald {
|
||||
display: none;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
<style>
|
||||
|
|
Loading…
Reference in a new issue