Fix: Play button was bugged in dialogs i.e. live tv program

This commit is contained in:
lscambo13
2025-11-03 22:10:46 +05:30
parent 733e091072
commit be84634dae

View File

@@ -2303,7 +2303,7 @@ div[data-type="PhotoAlbum"] .play_arrow:before {
flex-direction: row;
}
.btnPlay:after {
.btnPlay:not(.formDialogFooterItem):after {
content: attr(title);
padding: 0 1ch;
}