change height

This commit is contained in:
MathieuG-P
2022-06-04 22:22:49 +02:00
parent 54aeaa65b3
commit 2c7f7a731c
2 changed files with 2 additions and 2 deletions
@@ -1,5 +1,5 @@
#titlebar {
height: 20px;
height: 25px;
width: 100%;
}
@@ -28,7 +28,7 @@ export default function TitleBar() {
}
return (
<header id="titlebar" className="dark:bg-main-color-1 w-screen flex content-center items-center justify-start z-10">
<header id="titlebar" className="min-h-[22px] dark:bg-main-color-1 w-screen h-10 flex content-center items-center justify-start z-10">
<div id="drag-region" className='grow basis-0'>
<div id="window-title" className='pl-1'>
<span className='text-gray-100 font-bold text-xs'>BSManager</span>