Skip to content

Commit 5a7f8f9

Browse files
committed
feat(headerBar): fix style
1 parent 4990b1f commit 5a7f8f9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
.nav-bar {
2-
display: flex;
3-
position: relative;
4-
border: 1px solid red;
2+
display: flex;
3+
position: relative;
4+
border: 1px solid red;
55

6-
& a {
7-
padding: 1rem;
8-
}
6+
& a {
7+
padding: 1rem;
8+
}
99
}
1010

1111
.chan-header {
12-
margin-left: 0.5%;
13-
margin-right: 0.5%;
14-
border-radius: 12px;
12+
margin-right: 0.5%;
13+
margin-left: 0.5%;
14+
border-radius: 12px;
1515
}

0 commit comments

Comments
 (0)