mirror of
https://github.com/luckfox-eng29/kvm.git
synced 2026-01-18 03:28:19 +01:00
fix: remove unnecessary grow-0 utility from in keyboard (#810)
This commit is contained in:
@@ -239,7 +239,7 @@ video::-webkit-media-controls {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.simple-keyboard-arrows .hg-button {
|
.simple-keyboard-arrows .hg-button {
|
||||||
@apply flex w-[50px] grow-0 items-center justify-center;
|
@apply flex w-[50px] items-center justify-center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.controlArrows {
|
.controlArrows {
|
||||||
@@ -264,7 +264,7 @@ video::-webkit-media-controls {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.simple-keyboard-control .hg-button {
|
.simple-keyboard-control .hg-button {
|
||||||
@apply flex w-[50px] grow-0 items-center justify-center;
|
@apply flex w-[50px] items-center justify-center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.numPad {
|
.numPad {
|
||||||
@@ -332,7 +332,7 @@ video::-webkit-media-controls {
|
|||||||
|
|
||||||
.keyboard-detached .simple-keyboard.hg-theme-default div.hg-button {
|
.keyboard-detached .simple-keyboard.hg-theme-default div.hg-button {
|
||||||
text-wrap: auto;
|
text-wrap: auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
min-width: 6ch;
|
min-width: 6ch;
|
||||||
}
|
}
|
||||||
.keyboard-detached .simple-keyboard.hg-theme-default .hg-button span {
|
.keyboard-detached .simple-keyboard.hg-theme-default .hg-button span {
|
||||||
|
|||||||
Reference in New Issue
Block a user