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 {
|
||||
@apply flex w-[50px] grow-0 items-center justify-center;
|
||||
@apply flex w-[50px] items-center justify-center;
|
||||
}
|
||||
|
||||
.controlArrows {
|
||||
@@ -264,7 +264,7 @@ video::-webkit-media-controls {
|
||||
}
|
||||
|
||||
.simple-keyboard-control .hg-button {
|
||||
@apply flex w-[50px] grow-0 items-center justify-center;
|
||||
@apply flex w-[50px] items-center justify-center;
|
||||
}
|
||||
|
||||
.numPad {
|
||||
|
||||
Reference in New Issue
Block a user