fix widget layout

i18n
xaoxuu 6 years ago
parent 8818232c77
commit 7281550605
  1. 1
      source/less/_widget.less

@ -5,6 +5,7 @@
border-radius: @border-radius-width;
@media(max-width: @on-phone) {
border-radius: 0;
width: 100%;
}
width: @side-width;
max-height: ~"calc(100% - @{header-height} - 4 * @{gap})";

Loading…
Cancel
Save