mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
pikvm/pikvm#1406: Web: Fixed keypad keys overlapping
This commit is contained in:
@@ -34,7 +34,7 @@ div.keypad div.keypad-block:not(:first-child) {
|
|||||||
|
|
||||||
div.keypad div.keypad-row {
|
div.keypad div.keypad-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: nowrap;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
|||||||
Reference in New Issue
Block a user