Browse Source

Fix download button size in mediatag preview

master
yflory 9 months ago
parent
commit
a834d653aa
1 changed files with 3 additions and 0 deletions
  1. 3
      customize.dist/src/less2/include/modals-ui-elements.less

3
customize.dist/src/less2/include/modals-ui-elements.less

@ -125,6 +125,9 @@
video, iframe {
margin-bottom: -5px;
}
button {
line-height: 1.5;
}
& > iframe {
width: 100%;
height: 100%;

Loading…
Cancel
Save