Skip to content

Commit

Permalink
fix (#14443)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo authored and rodrigok committed May 9, 2019
1 parent 484d900 commit 04a813f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/theme/client/imports/components/contextual-bar.css
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
@media (width <= 1100px) {
.contextual-bar {
position: absolute;
z-index: 10;
right: 0;
}

Expand Down
7 changes: 5 additions & 2 deletions app/theme/client/imports/general/base_old.css
Original file line number Diff line number Diff line change
Expand Up @@ -5366,7 +5366,6 @@ rc-old select,

.room-leader .chat-now {
position: absolute;
top: 15px;
right: 25px;

width: 80px;
Expand Down Expand Up @@ -5395,14 +5394,18 @@ rc-old select,
right: 0;
left: 0;

display: flex;

visibility: visible;
flex-direction: column;

height: 57px;
padding-bottom: 8px;

transition: transform 0.15s cubic-bezier(0.5, 0, 0.1, 1), visibility 0.15s cubic-bezier(0.5, 0, 0.1, 1);

border-bottom: 1px solid;
border-bottom: 1px solid var(--color-gray-lightest);
justify-content: center;

&.message:hover {
background-color: #ffffff;
Expand Down

0 comments on commit 04a813f

Please sign in to comment.