1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

chrome: remove huge play/pause button on videos

This commit is contained in:
Andrew Dolgov
2018-12-07 11:54:47 +03:00
parent 00716980c0
commit a538dd0f7f
6 changed files with 14 additions and 4 deletions

View File

@@ -1036,6 +1036,9 @@ body.ttrss_main .score-neutral i.icon-score {
::-webkit-scrollbar-track {
background-color: #eee;
}
video::-webkit-media-controls-overlay-play-button {
display: none;
}
.cdm .header,
.cdm .footer {
display: flex;