This commit is contained in:
rustdesk
2022-01-02 14:23:32 +08:00
parent 241623c406
commit 042114ae37
3 changed files with 5 additions and 9 deletions

View File

@@ -48,21 +48,17 @@ div.sessions-bar {
flow: horizontal;
}
div.sessions-style {
margin-left: 0.5em;
}
div.sessions-style span {
div.sessions-tab span {
display: inline-block;
padding: 6px 12px;
cursor: pointer;
}
div.sessions-style svg {
div.sessions-tab svg {
size: 14px;
}
div.sessions-style span.active {
div.sessions-tab span.active {
cursor: default;
border-radius: 3px;
background: white;