Skip to content

Commit 41d1256

Browse files
committed
🎨 CSS UI Updates for React Playground Demo
1 parent d58bafd commit 41d1256

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

examples/code-playground-react.htm

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,17 @@
5353
}
5454
.file-list p {
5555
color: #888;
56+
padding: 10px 2px;
5657
}
5758
.file-list ul {
5859
list-style-type: none;
5960
height: calc(100% - 62px);
6061
overflow: auto;
62+
font-size: 14px;
6163
}
6264
.file-list li {
63-
padding: 5px 10px;
65+
padding: 4px 0;
6466
cursor: pointer;
65-
margin-right: 10px;
6667
}
6768
.file-list li.active {
6869
background-color: #efefef;

0 commit comments

Comments
 (0)