mirror of
https://github.com/funamitech/mastodon
synced 2024-12-02 16:58:53 +09:00
Fix media detailed style
This commit is contained in:
parent
b5476f6c75
commit
be2bac05aa
@ -84,8 +84,9 @@
|
||||
height: 100%;
|
||||
|
||||
.detailed-status & {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin-left: -22px;
|
||||
width: calc(100% + 44px);
|
||||
height: 250px;
|
||||
}
|
||||
|
||||
@include fullwidth-gallery;
|
||||
|
Loading…
Reference in New Issue
Block a user