This website works better with JavaScript
首頁
探索
說明
註冊
登入
OpenSource
/
open-webui
關注
2
讚好
0
複刻
0
檔案
問題管理
0
合併請求
0
Wiki
瀏覽代碼
fix: mobile hover issue
Timothy Jaeryang Baek
2 月之前
父節點
0c3ba5123e
當前提交
359f8b67f8
共有
1 個文件被更改
,包括
2 次插入
和
0 次删除
統一視圖
顯示文件統計
2
0
src/tailwind.css
+ 2
- 0
src/tailwind.css
查看文件
@@ -36,3 +36,5 @@
@apply cursor-pointer;
@apply cursor-pointer;
}
}
}
}
+
+@custom-variant hover (&:hover);