瀏覽代碼

Stack things in the options pane for narrow screens

tags/v0.0.1
Fen Dweller 5 年之前
父節點
當前提交
3f5d7bb900
共有 1 個文件被更改,包括 18 次插入2 次删除
  1. +18
    -2
      macrovision.css

+ 18
- 2
macrovision.css 查看文件

@@ -54,6 +54,20 @@ body {
text-align: center;
}

@media (max-aspect-ratio: 1/1) {
.options-row {
flex-direction: column;
}

.options-row > .options-field-numeric {
width: 100%;
}

.options-row > .options-field-unit {
width: 100%;
}
}

.options-header {
text-align: center;
font-size: 24pt;
@@ -102,14 +116,16 @@ body {
font-size: 150%;
}

.options-label {
text-align: center;
}

.options-row .options-field-numeric {
flex: 2;
width: 50%;
font-size: 150%;
}

.options-row .options-field-unit {
flex: 1;
width: 50%;
font-size: 150%;
}

Loading…
取消
儲存