Skip to content

Commit

Permalink
fix scss
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
  • Loading branch information
ChristophWurst committed Jan 16, 2017
1 parent 4385083 commit f25c09e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions core/css/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -412,11 +412,12 @@
/* do not show display name when profile picture is present */

#header {
#header-left #header-right {
#header-left,
#header-right {
display: flex;
}

div.header-left {
#header-left {
flex: 0 0;
flex-grow: 1;
}
Expand Down
2 changes: 1 addition & 1 deletion core/templates/layout.user.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<div id="notification"></div>
</div>
<header role="banner"><div id="header">
<div class="header-left">
<div id="header-left">
<a href="<?php print_unescaped(link_to('', 'index.php')); ?>"
id="nextcloud" tabindex="1">
<div class="logo-icon">
Expand Down

0 comments on commit f25c09e

Please sign in to comment.