Merge pull request #11553 from nextcloud/header-overflow

Fix header overflow, fix more apps menu, fix #11552
This commit is contained in:
Morris Jobke 2018-10-02 21:30:11 +02:00 committed by GitHub
commit 34751e05a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 {
@ -358,12 +357,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);
}