mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adding support to qiwi
This commit is contained in:
parent
76d3fead66
commit
6c24a523b7
8 changed files with 46 additions and 26 deletions
|
@ -7,4 +7,5 @@ export const DOWNLOADER_NAME = {
|
|||
[Downloader.Torrent]: "Torrent",
|
||||
[Downloader.Gofile]: "Gofile",
|
||||
[Downloader.PixelDrain]: "PixelDrain",
|
||||
[Downloader.Qiwi]: "Qiwi",
|
||||
};
|
||||
|
|
|
@ -20,13 +20,16 @@ export const hintText = style({
|
|||
});
|
||||
|
||||
export const downloaders = style({
|
||||
display: "flex",
|
||||
display: "grid",
|
||||
gap: `${SPACING_UNIT}px`,
|
||||
gridTemplateColumns: "repeat(2, 1fr)",
|
||||
});
|
||||
|
||||
export const downloaderOption = style({
|
||||
flex: "1",
|
||||
position: "relative",
|
||||
":only-child": {
|
||||
gridColumn: "1 / -1",
|
||||
},
|
||||
});
|
||||
|
||||
export const downloaderIcon = style({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue