[call-me] - improve UI

This commit is contained in:
Miroslav Pejic
2026-02-09 11:10:12 +01:00
parent 6adc85b054
commit d25f677bad
3 changed files with 23 additions and 7 deletions
+20 -4
View File
@@ -437,8 +437,6 @@ video::-webkit-media-controls {
#localUsername,
#remoteUsername {
position: absolute;
bottom: 8px;
left: 8px;
color: #fff;
background: var(--glass-bg-strong);
padding: 6px 12px;
@@ -459,6 +457,16 @@ video::-webkit-media-controls {
box-shadow: var(--shadow-sm);
}
#localUsername {
top: 8px;
left: 8px;
}
#remoteUsername {
bottom: 8px;
left: 8px;
}
#localUsername:hover,
#remoteUsername:hover {
background: linear-gradient(135deg, var(--primary-color), var(--primary-hover));
@@ -559,12 +567,20 @@ video::-webkit-media-controls {
#remoteUsername {
font-size: 0.7rem;
padding: 2px 4px;
bottom: 1px;
left: 1px;
border-radius: 5px;
max-width: calc(100% - 12px);
}
#localUsername {
top: 1px;
left: 1px;
}
#remoteUsername {
bottom: 1px;
left: 1px;
}
#localUsername::before,
#remoteUsername::before {
font-size: 0.7rem;