refactor: move actions from app header to app footer

This commit is contained in:
Liyas Thomas
2021-07-23 18:28:07 +00:00
committed by GitHub
parent f694f1ad36
commit 233214cb30
35 changed files with 222 additions and 278 deletions

View File

@@ -89,7 +89,6 @@ a {
@apply text-current;
@apply no-underline;
@apply outline-none;
@apply rounded-lg;
@apply focus-visible:(ring ring-inset ring-accent);
@apply transition;
@@ -149,7 +148,7 @@ a {
.tippy-content > div {
@apply flex flex-col;
@apply max-h-64;
@apply max-h-48;
@apply items-stretch;
@apply overflow-y-auto;
}
@@ -170,7 +169,7 @@ hr {
@apply px-4 py-2;
@apply bg-primary;
@apply truncate;
@apply rounded-lg;
@apply rounded;
@apply font-semibold font-mono;
@apply text-xs;
@apply border border-divider;
@@ -226,7 +225,7 @@ input[type="checkbox"] {
&::before {
@apply border border-secondary;
@apply rounded-lg;
@apply rounded;
@apply inline-flex;
@apply items-center;
@apply justify-center;