[mirotalk] - improve session time

This commit is contained in:
Miroslav Pejic
2025-12-22 15:08:48 +01:00
parent 1d883bda58
commit 6cbb605997
8 changed files with 65 additions and 33 deletions
+16 -4
View File
@@ -217,16 +217,22 @@ body {
background: var(--body-bg);
}
/*--------------------------------------------------------------
# Right extra buttons after my settings
--------------------------------------------------------------*/
.fa-phone-slash,
.fa-microphone-slash,
.fa-video-slash {
color: red !important;
}
/*--------------------------------------------------------------
# Session Time
--------------------------------------------------------------*/
#myCurrentSessionTime {
font-size: 14px;
color: white;
margin-right: 5px;
}
/*--------------------------------------------------------------
# Bottom buttons
--------------------------------------------------------------*/
@@ -495,6 +501,9 @@ body {
top: 1px;
right: 1px;
}
#myCurrentSessionTime {
font-size: 12px;
}
}
@media (max-width: 400px) {
@@ -505,6 +514,9 @@ body {
top: 0px;
right: 0px;
}
#myCurrentSessionTime {
font-size: 10px;
}
}
/*--------------------------------------------------------------