This website works better with JavaScript
Home
Explore
Help
Register
Sign In
OpenSource
/
open-webui
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
fix: mobile hover issue
Timothy Jaeryang Baek
2 months ago
parent
0c3ba5123e
commit
359f8b67f8
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
src/tailwind.css
+ 2
- 0
src/tailwind.css
View File
@@ -36,3 +36,5 @@
@apply cursor-pointer;
}
}
+
+@custom-variant hover (&:hover);