Fix header text hiding completely or wrapping wrongly

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2017-09-26 13:07:32 +02:00
parent 3d05540d36
commit 93d14dd315
2 changed files with 2 additions and 5 deletions

View File

@ -143,6 +143,8 @@
#header-left, .header-left {
flex: 0 0;
flex-grow: 1;
overflow: hidden;
white-space: nowrap;
}
#header-right, .header-right {

View File

@ -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;