Fix rtl spotlight and prevent line break

pull/4351/head
Diego Sampaio 9 years ago
parent c0b8fc300d
commit dfb1757c2d
No known key found for this signature in database
GPG Key ID: E060152B30502562
  1. 6
      packages/rocketchat-theme/assets/stylesheets/base.less
  2. 15
      packages/rocketchat-theme/assets/stylesheets/rtl.less

@ -1503,6 +1503,7 @@ label.required:after {
justify-content: center;
padding: 0 40px;
> .spotlight-input {
position: relative;
width: 100%;
max-width: 600px;
font-size: 24px;
@ -1536,6 +1537,9 @@ label.required:after {
line-height: 40px;
font-size: 20px;
padding: 0 10px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
i {
margin-right: 4px;
background: #fff;
@ -1552,7 +1556,7 @@ label.required:after {
span {
float: right;
border-radius: 2px;
margin-top: 6px;
margin-top: 10px;
color: #fff;
background-color: @unread-notification-color;
min-width: 20px;

@ -718,4 +718,19 @@
.toast-top-right {
.left(12px);
}
.spotlight {
> .spotlight-input {
.icon-search {
left: 0;
}
.message-popup {
.popup-item {
span {
float: left;
}
}
}
}
}
}

Loading…
Cancel
Save