Anne31415 commited on
Commit
b86c45a
·
1 Parent(s): 6c1b73b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -11
app.py CHANGED
@@ -51,7 +51,7 @@ def cloud_button(label, key=None, color=None):
51
  border-radius: 30px;
52
  position: absolute;
53
  top: 20px;
54
- left: 10px;
55
  display: flex;
56
  align-items: center;
57
  justify-content: center;
@@ -65,25 +65,25 @@ def cloud_button(label, key=None, color=None):
65
  z-index: -1;
66
  }}
67
  .circle.small {{
68
- width: 60px;
69
- height: 60px;
70
- border-radius: 30px;
71
- top: 30px;
72
  left: 50px;
73
  }}
74
  .circle.medium {{
75
  width: 80px;
76
  height: 80px;
77
  border-radius: 40px;
78
- top: 20px;
79
  left: 40px;
80
  }}
81
  .circle.large {{
82
- width: 100px;
83
- height: 100px;
84
- border-radius: 50px;
85
- top: 10px;
86
- left: 30px;
87
  }}
88
 
89
  .cloud:hover .rectangle {{
 
51
  border-radius: 30px;
52
  position: absolute;
53
  top: 20px;
54
+ left: 20px;
55
  display: flex;
56
  align-items: center;
57
  justify-content: center;
 
65
  z-index: -1;
66
  }}
67
  .circle.small {{
68
+ width: 40px;
69
+ height: 40px;
70
+ border-radius: 20px;
71
+ top: 10px;
72
  left: 50px;
73
  }}
74
  .circle.medium {{
75
  width: 80px;
76
  height: 80px;
77
  border-radius: 40px;
78
+ top: -10px;
79
  left: 40px;
80
  }}
81
  .circle.large {{
82
+ width: 120px;
83
+ height: 120px;
84
+ border-radius: 60px;
85
+ top: -30px;
86
+ left: 20px;
87
  }}
88
 
89
  .cloud:hover .rectangle {{