Fix refresh button being broken in user-scritp
This commit is contained in:
Vendored
+1
-1
@@ -927,7 +927,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
`,WN=s2.button`
|
`,WN=s2.button`
|
||||||
border: 1px solid white;
|
border: 1px solid white;
|
||||||
font-size: 50pt;
|
font-size: 10pt;
|
||||||
width: 22px;
|
width: 22px;
|
||||||
background-color: rgba(255, 255, 255, 0.75);
|
background-color: rgba(255, 255, 255, 0.75);
|
||||||
color: rgb(10, 10, 10);
|
color: rgb(10, 10, 10);
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ const Strong = styled.strong`
|
|||||||
|
|
||||||
export const BtnSmall = styled.button`
|
export const BtnSmall = styled.button`
|
||||||
border: 1px solid white;
|
border: 1px solid white;
|
||||||
font-size: 50pt;
|
font-size: 10pt;
|
||||||
width: 22px;
|
width: 22px;
|
||||||
background-color: rgba(255, 255, 255, 0.75);
|
background-color: rgba(255, 255, 255, 0.75);
|
||||||
color: rgb(10, 10, 10);
|
color: rgb(10, 10, 10);
|
||||||
|
|||||||
Reference in New Issue
Block a user