Skip to content

Commit 6f5b974

Browse files
committed
vis label for søket, og juster margins
1 parent ef00919 commit 6f5b974

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

xp-archive/client/contentTree/NavigationBar.module.css

+6-1
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,18 @@
99
}
1010

1111
.search {
12-
margin-bottom: 1rem;
12+
margin-top: 1rem;
13+
margin-bottom: 0.5rem;
14+
margin-left: 1rem;
15+
margin-right: 1rem;
1316
display: flex;
1417
flex-direction: column;
1518
gap: 0.5rem;
1619
}
1720

1821
.toggleButton {
22+
margin-bottom: 0.5rem;
23+
margin-left: 1rem;
1924
align-self: flex-start;
2025
}
2126

xp-archive/client/contentTree/NavigationBar.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ export const NavigationBar = () => {
7575
>
7676
<Search
7777
label={'Søk'}
78+
hideLabel={false}
7879
value={searchQuery}
7980
onChange={(value) => setSearchQuery(value)}
8081
/>

0 commit comments

Comments
 (0)