Skip to content

Commit

Permalink
[FIX] Align burger menu in header with content matching room header (#…
Browse files Browse the repository at this point in the history
…14265)

[FIX] Align burger menu in header with content matching room header
  • Loading branch information
tassoevan authored and ggazzo committed Apr 27, 2019
1 parent f055d5f commit 44192a9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
10 changes: 6 additions & 4 deletions app/theme/client/imports/components/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

z-index: 10;

padding: 0.5rem;

font-size: var(--text-heading-size);

.rc-badge {
Expand Down Expand Up @@ -61,8 +59,6 @@

height: 36px;

margin: 0 -0.5rem;

white-space: nowrap;

background-color: var(--header-background-color);
Expand Down Expand Up @@ -457,6 +453,9 @@

&--burger {
display: flex;

margin: 0;
padding: 0;
}
}
}
Expand Down Expand Up @@ -524,6 +523,9 @@
.rc-header {
&--burger {
display: flex;

margin: 0;
padding: 0;
}
}
}
7 changes: 4 additions & 3 deletions app/theme/client/imports/general/base_old.css
Original file line number Diff line number Diff line change
Expand Up @@ -200,16 +200,16 @@
width: 100%;
height: 100%;

padding: 1.25rem 2rem;
padding: 1.25rem;

& .content {
display: flex;
overflow-y: auto;
flex-direction: column;
flex: 1 1 auto;

margin: 0 -2rem;
padding: 2rem 2rem 0;
margin: 0 -1.25rem;
padding: 1.25rem 1.25rem 0;

line-height: 1.3em;
-webkit-overflow-scrolling: touch;
Expand Down Expand Up @@ -4621,6 +4621,7 @@ rc-old select,
padding: 6px 8px;

text-align: left;
word-break: break-word;
}

& th {
Expand Down

0 comments on commit 44192a9

Please sign in to comment.