1
0
mirror of https://github.com/chylex/Transparent-Twitch-Chat.git synced 2025-05-12 15:34:06 +02:00

Fix hiding VOD timestamps

This commit is contained in:
chylex 2023-03-06 01:49:58 +01:00
parent f3d88aaf06
commit 146164c995
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548

View File

@ -162,14 +162,9 @@ ${rcol} .video-chat__sync-button {
}
${settings.hideTimestamps ? `@#css{{
${rcol} .vod-message--timestamp .tw-tooltip-wrapper,
${rcol} .vod-message div[data-test-selector="message-timestamp"] {
${rcol} .vod-message__header div[class*="ScAttachedTooltipWrapper-"] {
display: none !important;
}
${rcol} .vod-message--timestamp {
padding-left: 0.5rem;
}
@#css}}` : ``}
${settings.hideHeader ? `@#css{{