mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 13:54:59 -05:00
fix: move from pixels to rem in embed selector
This commit is contained in:
parent
ddea87ccf8
commit
fd40a8e143
@ -64,7 +64,7 @@ export default function EmbedSelector({ server }: { server: string }) {
|
||||
src="${url}"
|
||||
width={390}
|
||||
height={145}
|
||||
style={{ borderRadius: 0.25 }}
|
||||
style={{ borderRadius: "0.25rem" }}
|
||||
allow="clipboard-write"
|
||||
frameBorder={0}
|
||||
sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"
|
||||
@ -93,7 +93,7 @@ export default function EmbedSelector({ server }: { server: string }) {
|
||||
src="${url}"
|
||||
width={390}
|
||||
height={145}
|
||||
style={{ borderRadius: 0.25 }}
|
||||
style={{ borderRadius: "0.25rem" }}
|
||||
allow="clipboard-write"
|
||||
frameBorder={0}
|
||||
sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user