mirror of https://github.com/jetkvm/kvm.git
fix: remove unnecessary grow-0 utility from in keyboard (#810)
This commit is contained in:
parent
1ffdca4fd6
commit
5112bef19c
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue