fix css style

This commit is contained in:
rustdesk 2022-01-17 20:50:48 +08:00
parent 92a1bb04e9
commit 3485d2ddc7
3 changed files with 7 additions and 8 deletions

View File

@ -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 {

View File

@ -1,3 +1,7 @@
header div {
word-wrap: normal;
}
header #screens {
background: white;
border: #A9A9A9 1px solid;

View File

@ -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 {