Fix refresh button being broken in user-scritp

This commit is contained in:
2024-07-28 23:13:34 +02:00
parent 079bcd033c
commit 750352d7d1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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);
+1 -1
View File
@@ -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);