mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Replace font-awesome icons with unocss
This commit is contained in:
parent
7abab711c5
commit
51e649813f
18 changed files with 50 additions and 154 deletions
|
@ -12,7 +12,12 @@ export default defineConfig({
|
|||
presetUno({
|
||||
dark: "media",
|
||||
}),
|
||||
presetIcons(),
|
||||
presetIcons({
|
||||
extraProperties: {
|
||||
display: "inline-block",
|
||||
"vertical-align": "middle",
|
||||
},
|
||||
}),
|
||||
presetWebFonts({
|
||||
provider: "none",
|
||||
fonts: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue