mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2026-01-15 12:15:02 +00:00
Adjust StatusBar height
This commit is contained in:
@@ -3,7 +3,7 @@ import styled from "styled-components";
|
||||
const StyledNavigation = styled.nav`
|
||||
background-color: rgb(25, 25, 25);
|
||||
display: flex;
|
||||
height: 43px;
|
||||
height: ${({ theme }) => theme.sizes.fileExplorer.navBarHeight};
|
||||
|
||||
button {
|
||||
height: 16px;
|
||||
|
||||
@@ -15,7 +15,7 @@ const sizes = {
|
||||
renameWidth: 75,
|
||||
},
|
||||
fileExplorer: {
|
||||
navBarHeight: "42px",
|
||||
navBarHeight: "43px",
|
||||
statusBarHeight: "23px",
|
||||
},
|
||||
fileManager: {
|
||||
|
||||
Reference in New Issue
Block a user