Skip to content

Commit cd37fde

Browse files
committed
Fix sidebar dropdowns having extra padding
1 parent 2429bfb commit cd37fde

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

discord/styles/theme.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,12 +169,11 @@ Indent left-hand navigation areas
169169
#sidebar-group {
170170
margin-left: 1rem;
171171

172-
li > a, [data-group-tag] > div {
172+
li > a, [data-group-tag] > div, [data-group-tag] > button {
173173
padding: 0.1rem;
174174
padding-right: 0.5rem;
175175
border-radius: var(--radius-sm);
176176
}
177-
178177
}
179178

180179
/*

0 commit comments

Comments
 (0)