feat: updating real-debrid translations

This commit is contained in:
Chubby Granny Chaser
2024-05-29 16:22:30 +01:00
parent 183b85d66a
commit 08a336b392
38 changed files with 284 additions and 228 deletions

View File

@@ -4,6 +4,7 @@ import { SPACING_UNIT, vars } from "../../theme.css";
export const bottomPanel = style({
width: "100%",
borderTop: `solid 1px ${vars.color.border}`,
backgroundColor: vars.color.background,
padding: `${SPACING_UNIT / 2}px ${SPACING_UNIT * 2}px`,
display: "flex",
alignItems: "center",
@@ -14,10 +15,10 @@ export const bottomPanel = style({
});
export const downloadsButton = style({
color: vars.color.bodyText,
color: vars.color.body,
borderBottom: "1px solid transparent",
":hover": {
borderBottom: `1px solid ${vars.color.bodyText}`,
borderBottom: `1px solid ${vars.color.body}`,
cursor: "pointer",
},
});