Fix overflow x scroll on app content list

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-08-31 09:17:54 +02:00
parent 25857c4900
commit 27f14cf91b
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF

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 {