Merge pull request #11553 from nextcloud/header-overflow
Fix header overflow, fix more apps menu, fix #11552
This commit is contained in:
commit
34751e05a6
2 changed files with 8 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue