Merge pull request #10623 from nextcloud/bugfix/10622/mobile-header
Apply flex-basis to right header
This commit is contained in:
commit
674d5f2924
|
@ -152,6 +152,8 @@
|
|||
|
||||
#header-right, .header-right {
|
||||
justify-content: flex-end;
|
||||
flex-basis: 210px;
|
||||
flex-shrink: 1;
|
||||
}
|
||||
|
||||
/* Right header standard */
|
||||
|
|
Loading…
Reference in New Issue