mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-10 23:01:14 +03:00
fix compatibility issue for new sciter
This commit is contained in:
@@ -19,6 +19,12 @@ header #screen {
|
||||
color: color(light-text);
|
||||
}
|
||||
|
||||
@media platform == "OSX" {
|
||||
header #screen {
|
||||
line-height: 11px;
|
||||
}
|
||||
}
|
||||
|
||||
header #secure {
|
||||
position: absolute;
|
||||
left: -10px;
|
||||
@@ -64,4 +70,4 @@ span#fullscreen.active {
|
||||
|
||||
button:disabled {
|
||||
opacity: 0.3;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user