瀏覽代碼

feat(compose): Change media query for compact mode to max-height: 400px (#4291)

master
Sorin Davidoi 6 年之前
committed by Eugen Rochko
父節點
當前提交
3817704806
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      app/javascript/styles/components.scss

+ 1
- 1
app/javascript/styles/components.scss 查看文件

@@ -3729,7 +3729,7 @@ noscript {
}
}

@media screen and (max-width: 1024px) and (max-height: 600px) {
@media screen and (max-width: 1024px) and (max-height: 400px) {
$duration: 400ms;
$delay: 100ms;



Loading…
取消
儲存