We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c3daf commit 327bba0Copy full SHA for 327bba0
1 file changed
src/webpage/style.css
@@ -18,9 +18,11 @@ body {
18
}
19
.projFiles {
20
width: 2.2in;
21
- padding: 8px;
22
- box-shadow: inset 0 0 2px 1px;
+ padding: 3px;
+ /* box-shadow: inset 0 0 2px 1px; */
23
flex-grow: 1;
24
+ border: solid 1px black;
25
+ box-sizing: border-box;
26
27
h3 {
28
margin-top: 3px;
@@ -49,10 +51,13 @@ dialog {
49
51
.fileList {
50
52
padding: 2px;
53
border: solid black 1px;
54
+ height: 100%;
55
+
56
span {
57
cursor: pointer;
- width: fit-content;
- margin: 2px;
58
+ background: #e0e0e0;
59
+ padding: 2px;
60
+ margin: 2px 0px;
61
62
63
.regiTable {
0 commit comments