mirror of https://github.com/zulip/zulip.git
Fix issue on Open button shifting downward for youtube video previews
This commit is contained in:
parent
3db05666ac
commit
6a4c3ca1be
|
@ -229,7 +229,7 @@
|
||||||
.media-actions {
|
.media-actions {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
margin-top: 0;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.media-description {
|
.media-description {
|
||||||
|
|
Loading…
Reference in New Issue