Skip to content

Commit d44c318

Browse files
authored
fix search bar padding (#230)
1 parent 881d1cd commit d44c318

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

templates/template_ruleset.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
border-radius: 10px 10px 0px 0px;
2020
transition: 0.3s;
2121
opacity: 0.7;
22-
width: calc(100% - 80px);
22+
width: calc(100% - 20px);
2323
}
2424
#searchBar:focus {
2525
color: black;
@@ -45,7 +45,8 @@
4545
}
4646
.writing {
4747
width: 100%;
48-
padding: 0;
48+
padding-top: 0;
49+
padding-left: 0;
4950
padding-right: 30px;
5051
padding-bottom: 30px;
5152
}

0 commit comments

Comments
 (0)