Linoy Tsaban commited on
Commit
8a45863
1 Parent(s): f851e7c

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +2 -78
style.css CHANGED
@@ -76,7 +76,7 @@ input[type='range'] {
76
  .animate-spin {
77
  animation: spin 1s linear infinite;
78
  }
79
-
80
  @keyframes spin {
81
  from {
82
  transform: rotate(0deg);
@@ -85,46 +85,8 @@ input[type='range'] {
85
  to {
86
  transform: rotate(360deg);
87
  }
88
- }
89
-
90
- /* #share-btn-container {
91
- display: flex;
92
- padding-left: 0.5rem !important;
93
- padding-right: 0.5rem !important;
94
- background-color: #000000;
95
- justify-content: center;
96
- align-items: center;
97
- border-radius: 9999px !important;
98
- width: 13rem;
99
- margin-top: 10px;
100
- margin-left: auto;
101
- }
102
- */
103
- /* #share-btn {
104
- all: initial;
105
- color: #ffffff;
106
- font-weight: 600;
107
- cursor: pointer;
108
- font-family: 'IBM Plex Sans', sans-serif;
109
- margin-left: 0.5rem !important;
110
- padding-top: 0.25rem !important;
111
- padding-bottom: 0.25rem !important;
112
- right: 0;
113
- }
114
- */
115
- /* #share-btn * {
116
- all: unset;
117
- }
118
-
119
- #share-btn-container div:nth-child(-n+2) {
120
- width: auto !important;
121
- min-height: 0px !important;
122
- }
123
 
124
- #share-btn-container .wrap {
125
- display: none !important;
126
- }
127
- */
128
  .gr-form {
129
  flex: 1 1 50%;
130
  border-top-right-radius: 0;
@@ -157,41 +119,3 @@ input[type='range'] {
157
  padding-top: 1.5rem;
158
  }
159
 
160
- /* #upscaled-image img {
161
- object-fit: scale-down;
162
- } */
163
- /* share button */
164
- /* #share-btn-container {
165
- display: flex;
166
- padding-left: 0.5rem !important;
167
- padding-right: 0.5rem !important;
168
- background-color: #000000;
169
- justify-content: center;
170
- align-items: center;
171
- border-radius: 9999px !important;
172
- width: 13rem;
173
- margin-top: 10px;
174
- margin-left: auto;
175
- flex: unset !important;
176
- }
177
- #share-btn {
178
- all: initial;
179
- color: #ffffff;
180
- font-weight: 600;
181
- cursor: pointer;
182
- font-family: 'IBM Plex Sans', sans-serif;
183
- margin-left: 0.5rem !important;
184
- padding-top: 0.25rem !important;
185
- padding-bottom: 0.25rem !important;
186
- right:0;
187
- }
188
- #share-btn * {
189
- all: unset !important;
190
- }
191
- #share-btn-container div:nth-child(-n+2){
192
- width: auto !important;
193
- min-height: 0px !important;
194
- }
195
- #share-btn-container .wrap {
196
- display: none !important;
197
- } */
 
76
  .animate-spin {
77
  animation: spin 1s linear infinite;
78
  }
79
+ /*
80
  @keyframes spin {
81
  from {
82
  transform: rotate(0deg);
 
85
  to {
86
  transform: rotate(360deg);
87
  }
88
+ } */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
89
 
 
 
 
 
90
  .gr-form {
91
  flex: 1 1 50%;
92
  border-top-right-radius: 0;
 
119
  padding-top: 1.5rem;
120
  }
121