Skip to content

Commit

Permalink
Merge pull request #9188 from RocketChat/fix-unread-bar-position
Browse files Browse the repository at this point in the history
[FIX] Unread bar position when room have announcement
  • Loading branch information
rodrigok committed Dec 20, 2017
1 parent b4f82b4 commit b3960ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/rocketchat-theme/client/imports/general/base_old.css
Original file line number Diff line number Diff line change
Expand Up @@ -1739,7 +1739,7 @@
line-height: 40px;

& ~ .container-bars {
top: 95px;
top: 45px;
}
}

Expand Down Expand Up @@ -2146,7 +2146,7 @@
.rc-old .container-bars {
position: absolute;
z-index: 2;
top: 4px; /* --header-height */
top: 5px; /* --header-height */
right: 10px;
left: 10px;

Expand Down

0 comments on commit b3960ea

Please sign in to comment.