mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
upload request prototype UI
This commit is contained in:
8
resources/css/tailwind.css
vendored
8
resources/css/tailwind.css
vendored
@@ -20,4 +20,12 @@
|
||||
|
||||
.is-inactive {
|
||||
@apply pointer-events-none opacity-40
|
||||
}
|
||||
|
||||
.grid-view {
|
||||
@apply grid grid-cols-3 content-start sm:grid-cols-4 lg:gap-2 xl:grid-cols-6 xl:gap-4;
|
||||
}
|
||||
|
||||
.grid-view-sidebar {
|
||||
@apply grid grid-cols-3 content-start md:grid-cols-2 lg:grid-cols-3 lg:gap-2 xl:grid-cols-4 xl:gap-4 2xl:grid-cols-5;
|
||||
}
|
||||
Reference in New Issue
Block a user