mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
use less space for the left part of the header
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
202509251c
commit
b590658221
1 changed files with 2 additions and 1 deletions
|
|
@ -111,7 +111,8 @@
|
|||
}
|
||||
|
||||
div.header-left {
|
||||
flex: 0 0 50%;
|
||||
flex: 0 0;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
#header-right {
|
||||
|
|
|
|||
Loading…
Reference in a new issue