mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-01 18:09:15 +08:00
fix css style
This commit is contained in:
parent
92a1bb04e9
commit
3485d2ddc7
@ -93,14 +93,13 @@ input.outline-focus:focus {
|
||||
}
|
||||
|
||||
@mixin ELLIPSIS {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.ellipsis {
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
@ELLIPSIS;
|
||||
}
|
||||
|
||||
div.password svg {
|
||||
|
@ -1,3 +1,7 @@
|
||||
header div {
|
||||
word-wrap: normal;
|
||||
}
|
||||
|
||||
header #screens {
|
||||
background: white;
|
||||
border: #A9A9A9 1px solid;
|
||||
|
@ -52,9 +52,7 @@ div.sessions-tab span {
|
||||
display: inline-block;
|
||||
padding: 6px 12px;
|
||||
cursor: pointer;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow-x: hidden;
|
||||
@ELLIPSIS;
|
||||
}
|
||||
|
||||
div.sessions-tab svg {
|
||||
@ -230,7 +228,6 @@ div.remote-session .platform .username{
|
||||
bottom: 38px;
|
||||
font-size: 0.8em;
|
||||
width: 220px;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@ -272,7 +269,6 @@ div.remote-session-list .name .username {
|
||||
margin-top: 3px;
|
||||
font-size: 0.8em;
|
||||
color: color(lighter-text);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
div.remote-session .text {
|
||||
|
Loading…
Reference in New Issue
Block a user