mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
change height
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user