Skip to content

Commit 64f5b75

Browse files
committed
chore: reduce side item padding
1 parent db649e2 commit 64f5b75

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

web-ui/styles/layout-shell.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ body::after {
322322
.side-item {
323323
width: 100%;
324324
text-align: left;
325-
padding: 7px 10px;
325+
padding: 5px;
326326
border-radius: 8px;
327327
border: 1px solid transparent;
328328
background: transparent;
@@ -336,10 +336,6 @@ body::after {
336336
position: relative;
337337
}
338338

339-
#side-tab-docs {
340-
padding: 6px 10px;
341-
}
342-
343339
.side-item::before {
344340
content: "";
345341
position: absolute;

0 commit comments

Comments
 (0)