mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
New: Play media button text switches to Resume when appropriate
This commit is contained in:
@@ -857,11 +857,18 @@ progress+span {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.btnPlay[title="Play"]>.detailButton-content::after {
|
||||||
|
content: "Play";
|
||||||
|
}
|
||||||
|
|
||||||
|
.btnPlay[title="Resume"]>.detailButton-content::after {
|
||||||
|
content: "Resume";
|
||||||
|
}
|
||||||
|
|
||||||
.btnPlay>.detailButton-content::after {
|
.btnPlay>.detailButton-content::after {
|
||||||
padding-left: .25em;
|
padding-left: .25em;
|
||||||
padding-right: .5em;
|
padding-right: .5em;
|
||||||
place-content: center;
|
place-content: center;
|
||||||
content: "Play";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mainDrawer,
|
.mainDrawer,
|
||||||
|
Reference in New Issue
Block a user