mirror of
https://github.com/open-webui/open-webui
synced 2025-03-04 11:29:59 +00:00
fix: tailwind v4 ios 16.4 compatibility issue
This commit is contained in:
parent
737b1723c7
commit
7a63947b94
@ -35,6 +35,11 @@
|
||||
button {
|
||||
@apply cursor-pointer;
|
||||
}
|
||||
|
||||
input::placeholder,
|
||||
textarea::placeholder {
|
||||
color: theme(--color-gray-400);
|
||||
}
|
||||
}
|
||||
|
||||
@custom-variant hover (&:hover);
|
||||
|
Loading…
Reference in New Issue
Block a user