Spaces:
Runtime error
Runtime error
Adjust CSS
Browse files
app.css
CHANGED
|
@@ -39,7 +39,7 @@
|
|
| 39 |
.probelm-example-another {
|
| 40 |
position: absolute;
|
| 41 |
top: 0;
|
| 42 |
-
right:
|
| 43 |
border-left: 1px solid rgba(0, 0, 0, 0.15);
|
| 44 |
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
|
| 45 |
border-radius: 0 0px 0 10px;
|
|
@@ -49,6 +49,9 @@
|
|
| 49 |
height: 28.49px;
|
| 50 |
width: 36px;
|
| 51 |
cursor: pointer;
|
|
|
|
|
|
|
|
|
|
| 52 |
}
|
| 53 |
|
| 54 |
.probelm-example-another > svg {
|
|
|
|
| 39 |
.probelm-example-another {
|
| 40 |
position: absolute;
|
| 41 |
top: 0;
|
| 42 |
+
right: 51.4px;
|
| 43 |
border-left: 1px solid rgba(0, 0, 0, 0.15);
|
| 44 |
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
|
| 45 |
border-radius: 0 0px 0 10px;
|
|
|
|
| 49 |
height: 28.49px;
|
| 50 |
width: 36px;
|
| 51 |
cursor: pointer;
|
| 52 |
+
font-size: 12px;
|
| 53 |
+
background: transparent;
|
| 54 |
+
min-width: auto;
|
| 55 |
}
|
| 56 |
|
| 57 |
.probelm-example-another > svg {
|