mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #10623 from nextcloud/bugfix/10622/mobile-header
Apply flex-basis to right header
This commit is contained in:
commit
674d5f2924
1 changed files with 2 additions and 0 deletions
|
|
@ -152,6 +152,8 @@
|
|||
|
||||
#header-right, .header-right {
|
||||
justify-content: flex-end;
|
||||
flex-basis: 210px;
|
||||
flex-shrink: 1;
|
||||
}
|
||||
|
||||
/* Right header standard */
|
||||
|
|
|
|||
Loading…
Reference in a new issue