mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-06 20:28:48 +00:00
Use Disclosure component for collapsible service groups, add transition
hide collapse arrow if disabled dont break layout for icons in group title no-shadow
This commit is contained in:
parent
041fae1fb3
commit
714e0a4517
2 changed files with 32 additions and 10 deletions
|
@ -9,6 +9,11 @@ module.exports = {
|
|||
"./src/components/**/*.{js,ts,jsx,tsx}",
|
||||
"./src/widgets/**/*.{js,ts,jsx,tsx}",
|
||||
],
|
||||
variants: {
|
||||
extend: {
|
||||
display: ["group-hover"],
|
||||
},
|
||||
},
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue