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