refactor: move actions from app header to app footer
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
@apply inline-flex;
|
||||
@apply items-center;
|
||||
@apply justify-center;
|
||||
@apply rounded-lg;
|
||||
@apply rounded;
|
||||
@apply m-1;
|
||||
@apply pl-4;
|
||||
@apply bg-primaryDark;
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
:exact="exact"
|
||||
:blank="blank"
|
||||
class="
|
||||
rounded-lg
|
||||
rounded
|
||||
font-semibold
|
||||
text-xs
|
||||
py-2
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<div
|
||||
class="
|
||||
bg-primary
|
||||
rounded-lg
|
||||
rounded
|
||||
flex flex-col
|
||||
max-w-md max-h-lg
|
||||
flex-1
|
||||
|
||||
Reference in New Issue
Block a user