Skip to content

Commit 669c0a7

Browse files
authored
Merge pull request #272 from jonathan-richer/master
style: Make whole sidebar link clickable
2 parents c1f83c3 + 9650d88 commit 669c0a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

wiki/public/scss/wiki.scss

+1-2
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ body.dark {
226226
display: flex;
227227
align-items: center;
228228
height: 26px;
229-
padding: 5px 8px;
230229
border-radius: 8px;
231230
}
232231
.sidebar-item-active {
@@ -328,7 +327,7 @@ body.dark {
328327
margin: 0;
329328
font-weight: 420;
330329
width: 100%;
331-
padding: 0;
330+
padding: 5px 8px;
332331

333332
&:hover {
334333
color: unset;

0 commit comments

Comments
 (0)