This website works better with JavaScript.
Home
Help
Register
Sign In
deblan
/
system-uicons
mirror of
https://github.com/CoreyGinnivan/system-uicons.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Upped the icon scaling to 2x on hover
pull/9/head
Corey
7 months ago
parent
dca1797b77
commit
53a7811705
2 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/index.html
+3
-0
tailwind.config.js
+ 1
- 1
src/index.html
View File
@ -274,7 +274,7 @@
<
img
:src="`images/icons/` + item.icon_path + `.svg`"
:alt="item.icon_name"
class="transform transition duration-200 group-hover:scale-
15
0"
class="transform transition duration-200 group-hover:scale-
20
0"
loading="lazy"
/>
<
p
+ 3
- 0
tailwind.config.js
View File
@ -6,6 +6,9 @@ module.exports = {
"Roboto Mono, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace"
,
]
,
}
,
scale
:
{
"200"
:
"2"
,
}
,
}
,
variants
:
{
scale
:
[
"responsive"
,
"hover"
,
"focus"
,
"group-hover"
]
,
Write
Preview
Loading…
Cancel
Save