Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix header logo padding
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Aug 24, 2018
commit fb40627c8c9cdbdf0147baf10e6f230ad23c0ab2
2 changes: 1 addition & 1 deletion core/css/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

/* LOGO and APP NAME -------------------------------------------------------- */
#nextcloud {
padding: 7px 12px;
padding: 7px 0;
padding-left: 86px; // logo width + 2* pa
position: relative;
height: 100%;
Expand Down