Spaces:
Running
Running
Upload 3 files
Browse files- styles.css +3 -0
styles.css
CHANGED
|
@@ -542,6 +542,9 @@ body.lightning-flash {
|
|
| 542 |
cursor: pointer;
|
| 543 |
transition: all 0.3s ease;
|
| 544 |
text-decoration: none;
|
|
|
|
|
|
|
|
|
|
| 545 |
}
|
| 546 |
|
| 547 |
.preset-icon {
|
|
|
|
| 542 |
cursor: pointer;
|
| 543 |
transition: all 0.3s ease;
|
| 544 |
text-decoration: none;
|
| 545 |
+
width: auto;
|
| 546 |
+
justify-content: initial;
|
| 547 |
+
align-items: initial;
|
| 548 |
}
|
| 549 |
|
| 550 |
.preset-icon {
|