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