Skip to content

Commit a50c2e3

Browse files
committed
Revert "Add more padding to sidebar items"
This reverts commit 9982136.
1 parent 9982136 commit a50c2e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: static/style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ header {
126126
.sidebar li[data-li],
127127
.sidebar li:not([data-li]) a {
128128
display: block;
129-
padding: 0.5em 1.25em;
129+
padding: 0.5em 1em;
130130
overflow: hidden;
131131
text-overflow: ellipsis;
132132
}
@@ -140,7 +140,7 @@ header {
140140

141141
content: "";
142142
position: absolute;
143-
right: 1em;
143+
right: 0.5em;
144144
top: 50%;
145145
height: 1.25em;
146146
width: 1.25em;

0 commit comments

Comments
 (0)