Skip to content

Commit 327bba0

Browse files
committed
CSS updates
1 parent 19c3daf commit 327bba0

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

src/webpage/style.css

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ body {
1818
}
1919
.projFiles {
2020
width: 2.2in;
21-
padding: 8px;
22-
box-shadow: inset 0 0 2px 1px;
21+
padding: 3px;
22+
/* box-shadow: inset 0 0 2px 1px; */
2323
flex-grow: 1;
24+
border: solid 1px black;
25+
box-sizing: border-box;
2426

2527
h3 {
2628
margin-top: 3px;
@@ -49,10 +51,13 @@ dialog {
4951
.fileList {
5052
padding: 2px;
5153
border: solid black 1px;
54+
height: 100%;
55+
5256
span {
5357
cursor: pointer;
54-
width: fit-content;
55-
margin: 2px;
58+
background: #e0e0e0;
59+
padding: 2px;
60+
margin: 2px 0px;
5661
}
5762
}
5863
.regiTable {

0 commit comments

Comments
 (0)