Skip to content

Commit

Permalink
Merge pull request #11553 from nextcloud/header-overflow
Browse files Browse the repository at this point in the history
Fix header overflow, fix more apps menu, fix #11552
  • Loading branch information
MorrisJobke authored Oct 2, 2018
2 parents c70e3c5 + 2665965 commit 34751e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions apps/files_sharing/css/public.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
5 changes: 2 additions & 3 deletions core/css/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@
flex: 0 0;
flex-grow: 1;
white-space: nowrap;
overflow: hidden;
}

#header-right, .header-right {
Expand Down Expand Up @@ -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);
}
Expand Down

0 comments on commit 34751e0

Please sign in to comment.