mirror of
https://github.com/open-webui/open-webui.git
synced 2025-10-09 12:22:48 +02:00
enh: responsive styling
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import typography from '@tailwindcss/typography';
|
||||
import containerQuries from '@tailwindcss/container-queries';
|
||||
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
@@ -38,5 +39,5 @@ export default {
|
||||
}
|
||||
}
|
||||
},
|
||||
plugins: [typography]
|
||||
plugins: [typography, containerQuries]
|
||||
};
|
||||
|
Reference in New Issue
Block a user