瀏覽代碼

Improve layout of action buttons on mobile

tags/v1.1.0
Fen Dweller 5 年之前
父節點
當前提交
8e68e27036
共有 1 個檔案被更改,包括 8 行新增2 行删除
  1. +8
    -2
      style.css

+ 8
- 2
style.css 查看文件

@@ -72,7 +72,7 @@ body.dark div {
position: fixed;
right: 0%;
top: 0%;
max-width: 33%;
max-width: 50%;
max-height: 50%;
}
#log {
@@ -101,7 +101,7 @@ body.dark div {
width: 100px !important;
}
.action-part-button {
width: 100px !important;
width: 33% !important;
}
.action-button {
width: 100px !important;
@@ -599,6 +599,12 @@ ul {
display: none;
}

@media (max-aspect-ratio: 1) {
.action-part-button {
width: 33%;
}
}

.action-part-button.active {
background: #555;
}


Loading…
取消
儲存