Browse Source

Fix overflow x scroll on app content list

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
tags/v14.0.0RC2
John Molakvoæ (skjnldsv) 5 years ago
parent
commit
27f14cf91b
No account linked to committer's email address
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      core/css/apps.scss

+ 3
- 3
core/css/apps.scss View File

@@ -1078,10 +1078,10 @@ $popovericon-size: 16px;
order: 4;
width: 24px;
height: 24px;
margin: -10px;
margin: -7px; // right padding of item
padding: 22px;
opacity: .3;
cursor: pointer;
cursor: pointer;
&:hover,
&:focus {
opacity: .7;
@@ -1196,7 +1196,7 @@ $popovericon-size: 16px;
opacity: .5;
order: 3;
flex: 1 0;
flex-basis: calc(100% - 24px);
flex-basis: calc(100% - 44px);
}

.app-content-list-item-details {

Loading…
Cancel
Save