kleiner Playbar für DLF Deutschlandfunk und DLF Kultur
DLF&Kultur kleiner Playbar by solar-cow
Details
Authorsolar-cow
LicenseNo License
Categorydeutschlandfunk.de
Created
Updated
Size719 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name DLF&Kultur kleine Playbar
@version 20240425.12.51
@namespace ?
==/UserStyle== */
@-moz-document domain("www.deutschlandfunkkultur.de"), domain("www.deutschlandfunk.de") {
.desktop-web-player-wrapper {
margin: 5px !important;
}
.desktop-web-player-broadcast-image-container {
height: 100% !important;
}
.desktop-web-player-controls-section,
.desktop-web-player-options-section{
gap: 5px !important;
}
.close-btn > .close-text {
display: none;
}
.desktop-web-player-broadcast-title {
margin: 0px !important;
}
.desktop-web-player-play-pause-btn-container button {
width: 40px !important;
height: 40px !important;
background-size: 40px 40px !important;
}
}