Skip to content

Commit

Permalink
Merge pull request #9839 from RocketChat/searchbar-width
Browse files Browse the repository at this point in the history
Regression: Search bar is now full width
  • Loading branch information
rodrigok committed Feb 22, 2018
2 parents ba8c8d8 + 78e89f7 commit ca2d08d
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
.toolbar {
padding: 0 var(--sidebar-default-padding);
position: absolute;
right: 0;
left: 10px;

display: none;

width: 100%;
margin: 0 -10px;
padding: 0 calc(var(--sidebar-default-padding) + 10px);

&__wrapper {

display: flex;
Expand Down

0 comments on commit ca2d08d

Please sign in to comment.