[mirotalk] - improve session time
This commit is contained in:
+16
-4
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user