We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a30b0d + a810907 commit 1371cffCopy full SHA for 1371cff
src/styles.css
@@ -213,13 +213,16 @@ li {
213
.floating-container {
214
position: fixed;
215
z-index: 9999;
216
- width: 150px;
217
- height: 100px;
+ width: 65px;
+ height: 65px;
218
+ border-radius: 50%;
219
bottom: 0;
220
right: 0;
221
margin: 35px 25px;
222
}
223
.floating-container:hover {
224
+ border-radius: 0%;
225
+ width: 150px;
226
height: 300px;
227
228
.floating-container:hover .floating-button {
@@ -446,9 +449,7 @@ li {
446
449
447
450
448
451
- height: 70px;
- margin: 16px !important;
452
+ margin: 12px !important;
453
454
.floating-container .floating-button {
455
margin-right: 0px !important;
0 commit comments