Fix header overflow, fix more apps menu, fix #11552

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2018-10-02 20:16:20 +02:00
parent 0c18b4decc
commit 2665965918
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17
2 changed files with 8 additions and 3 deletions

View File

@ -159,6 +159,12 @@ thead {
text-align: left;
}
/* Needed to ellipsize long header text on share page */
#body-login #header-left,
#body-login .header-left {
overflow: hidden;
}
#header .header-shared-by {
color: var(--color-primary-text);
position: relative;

View File

@ -153,7 +153,6 @@
flex: 0 0;
flex-grow: 1;
white-space: nowrap;
overflow: hidden;
}
#header-right, .header-right {
@ -357,12 +356,12 @@ nav[role='navigation'] {
&:active {
color: var(--color-primary-text);
#expandDisplayName,
#expandDisplayName,
.avatardiv{
border-radius: 50%;
border: 2px solid var(--color-primary-text);
margin: -2px;
}
}
.avatardiv{
background-color: var(--color-primary-text);
}