22
This commit is contained in:
parent
e91f758fe8
commit
c78826e3e1
@ -6,11 +6,6 @@
|
|||||||
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
body {
|
|
||||||
-webkit-text-size-adjust: 100% ;
|
|
||||||
text-size-adjust: 100% ;
|
|
||||||
-moz-text-size-adjust: 100%;
|
|
||||||
}
|
|
||||||
strong {
|
strong {
|
||||||
font-weight: bold !important;
|
font-weight: bold !important;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -319,12 +319,12 @@ const handleFreshList = () => {
|
|||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 0 4px;
|
padding: 0 4px;
|
||||||
width: 54px;
|
min-width: 54px;
|
||||||
|
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
|
white-space: nowrap;
|
||||||
transform: scale(0.9);
|
transform: scale(0.9);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user