[PlayerPanel] Times css

This commit is contained in:
고동영
2024-07-18 17:51:56 +09:00
parent 28b65661fe
commit 650f885385

View File

@@ -11,18 +11,26 @@
font-size: 24px; font-size: 24px;
font-weight: bold; font-weight: bold;
line-height: 30px; line-height: 30px;
// white-space: nowrap;
text-align: right; text-align: right;
display: flex; // letter-spacing: 1.2px;
justify-content: right;
.separator { .separator {
margin-right: 13px; margin-right: 10px;
} }
.currentTime { .currentTime {
padding-right: 140px; padding-right: 140px;
} }
> * { > * {
color: #fff; color: #fff;
// display: inline-block;
}
.enact-locale-rtl({
// direction: ltr;
});
.totalTime {
//margin-left: 10px;
} }
} }