mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
reduce padding by 1px after increasing image
This commit is contained in:
parent
85a002468d
commit
6f0f738f08
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
padding: 6px;
|
||||
padding: 5px;
|
||||
padding-bottom: 0;
|
||||
height: 45px; /* header height */
|
||||
-moz-box-sizing: border-box;
|
||||
|
|
|
|||
Loading…
Reference in a new issue