Update file manager design a bit
This commit is contained in:
parent
8bd518048e
commit
2824db7352
9 changed files with 184 additions and 152 deletions
15
resources/scripts/components/server/files/style.module.css
Normal file
15
resources/scripts/components/server/files/style.module.css
Normal file
|
@ -0,0 +1,15 @@
|
|||
.manager_actions {
|
||||
@apply grid grid-cols-2 sm:grid-cols-3 w-full gap-4 mb-4;
|
||||
|
||||
& button {
|
||||
@apply w-full first:col-span-2 sm:first:col-span-1;
|
||||
}
|
||||
|
||||
@screen md {
|
||||
@apply flex flex-1 justify-end mb-0;
|
||||
|
||||
& button {
|
||||
@apply w-auto;
|
||||
}
|
||||
}
|
||||
}
|
Reference in a new issue