Fix header text hiding completely or wrapping wrongly
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
3d05540d36
commit
93d14dd315
|
@ -143,6 +143,8 @@
|
|||
#header-left, .header-left {
|
||||
flex: 0 0;
|
||||
flex-grow: 1;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#header-right, .header-right {
|
||||
|
|
|
@ -31,11 +31,6 @@
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
/* on mobile public share, show only the icon of the logo, hide the text */
|
||||
#body-public #header .header-appname-container {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* do not show update notification on mobile */
|
||||
#update-notification {
|
||||
display: none !important;
|
||||
|
|
Loading…
Reference in New Issue