block videos from tom macdonald in discover

This commit is contained in:
ashley 2024-06-17 15:29:31 +00:00
parent ab16327c4b
commit bbd409d28f

View file

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