File size: 621 Bytes
15831be
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
566b7d5
 
 
 
15831be
 
 
 
 
 
 
 
 
566b7d5
 
 
 
62ea845
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#left-panel {
    height: 90%;
    overflow-y: auto;
    border-right: 1px solid #ccc;
}

#right-panel {
    height: 90%;
    overflow-y: auto;
}

#combine-button {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    background-color: orange;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    padding: 10px;
}

#download-zip {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: calc(100% - 20px);
    background-color: blue;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    padding: 10px;
}