Fix media detailed style

master
ncls7615 2018-01-14 10:38:51 +09:00
parent b5476f6c75
commit be2bac05aa
No known key found for this signature in database
GPG Key ID: 18FE1E1E7098294A
1 changed files with 3 additions and 2 deletions

View File

@ -84,8 +84,9 @@
height: 100%; height: 100%;
.detailed-status & { .detailed-status & {
width: 100%; margin-left: -22px;
height: 100%; width: calc(100% + 44px);
height: 250px;
} }
@include fullwidth-gallery; @include fullwidth-gallery;