chore: minor ui improvements

This commit is contained in:
Liyas Thomas
2022-11-27 23:19:19 +05:30
parent 740691417f
commit 6141073137
47 changed files with 148 additions and 199 deletions

View File

@@ -286,6 +286,18 @@ button {
@apply text-secondaryDark;
}
.floating-input ~ .end-actions {
@apply absolute;
@apply right-0.2;
@apply inset-y-0;
@apply flex;
@apply items-center;
}
.floating-input:has(~ .end-actions) {
@apply pr-12;
}
pre.ace_editor {
@apply font-mono;
@apply resize-none;
@@ -530,3 +542,13 @@ details[open] summary .indicator {
#nprogress .bar {
@apply bg-accent #{!important};
}
input[type="color"]::-webkit-color-swatch-wrapper {
@apply rounded;
padding: 0;
}
input[type="color"]::-webkit-color-swatch {
@apply rounded;
border: none;
}