Logo
Explore Help
Register Sign In
Mirrors/open-webui
1
0
Fork 0
You've already forked open-webui
mirror of https://github.com/open-webui/open-webui.git synced 2025-12-16 20:07:49 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
97842d037ee537478a345ee53e7c97cc16c83fb3
open-webui/src/tailwind.css

16 lines
380 B
CSS
Raw Normal View History

chat feature added
2023-10-08 15:38:42 -07:00
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
Update tailwind.css - Combined font-family declaration: Instead of repeating the font-family declaration for both `html` and `pre`, it's combined into one declaration to save space and avoid repetition. - Removed unnecessary `pre` styling: The `pre` styling for `font-family` is removed as the font-family is already defined in the `html` rule. The code is more concise and easier to read.
2024-03-12 05:34:00 -04:00
html, pre {
font-family: -apple-system, 'Arimo', ui-sans-serif, system-ui, 'Segoe UI', Roboto, Ubuntu,
Cantarell, 'Noto Sans', sans-serif, 'Helvetica Neue', Arial, 'Apple Color Emoji',
'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
chat feature added
2023-10-08 15:38:42 -07:00
Update tailwind.css - Combined font-family declaration: Instead of repeating the font-family declaration for both `html` and `pre`, it's combined into one declaration to save space and avoid repetition. - Removed unnecessary `pre` styling: The `pre` styling for `font-family` is removed as the font-family is already defined in the `html` rule. The code is more concise and easier to read.
2024-03-12 05:34:00 -04:00
pre {
white-space: pre-wrap;
}
chat feature added
2023-10-08 15:38:42 -07:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 60ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API