File tree Expand file tree Collapse file tree 2 files changed +16
-5
lines changed
Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -45,18 +45,26 @@ body {
4545}
4646
4747.computation-history {
48- height : 530 px ;
48+ height : 490 px ;
4949 width : 400px ;
5050 display : flex;
5151 flex-direction : column;
5252 visibility : hidden;
53- padding -left: 10px ;
53+ margin -left: 10px ;
5454 padding-top : 10px ;
5555}
5656
5757.computation-history .visility {
5858 visibility : visible;
5959}
60+
61+ .clear-history-btn {
62+ width : 100px ;
63+ margin-left : 10px ;
64+ border-radius : 15px ;
65+
66+ }
67+
6068
6169
6270.history-btn ,
Original file line number Diff line number Diff line change 3434 < div data-value ="( " data-operator class ="child operator "> (</ div >
3535 < div data-value =") " data-operator class ="child operator "> )</ div >
3636 </ div >
37- < ul class ="computation-history ">
37+
38+ < div >
39+ < ul class ="computation-history "> </ ul >
3840 < button class ="clear-history-btn "> clear history</ button >
39-
40- </ ul >
41+
42+ </ div >
43+
4144
4245
4346
You can’t perform that action at this time.
0 commit comments