mirror of
https://github.com/sipeed/NanoKVM.git
synced 2026-09-11 00:22:56 -05:00
Fix font in the keyboard header
This commit is contained in:
@@ -99,3 +99,7 @@
|
||||
font-size: 14px;
|
||||
line-height: 16px;
|
||||
}
|
||||
|
||||
.keyboard-header {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
}
|
||||
|
||||
@@ -153,7 +153,7 @@ export const VirtualKeyboard = ({ isBigScreen }: KeyboardProps) => {
|
||||
{/* header */}
|
||||
<div className="flex items-center justify-between px-3 py-1">
|
||||
<div className="flex flex-row">
|
||||
<div className="w-fit my-auto mr-2 text-sm font-bold text-neutral-500">
|
||||
<div className="keyboard-header w-fit my-auto mr-2 text-sm font-bold text-neutral-500">
|
||||
{t('keyboard')}
|
||||
</div>
|
||||
<Radio.Group
|
||||
|
||||
Reference in New Issue
Block a user