misc cosmetics

This commit is contained in:
axolotle 2024-02-21 00:25:06 +01:00
parent 63e1274e9b
commit 4e86b4154e
3 changed files with 4 additions and 3 deletions

View file

@ -34,7 +34,8 @@ body {
/* GLOBAL */
.btn,
.select,
.input {
.input.input,
.join-item.btn {
min-height: 2.5rem;
height: 2.5rem;
}

View file

@ -37,7 +37,7 @@ async function logout() {
</script>
<template>
<div class="container mx-auto p-10 min-h-screen flex flex-col">
<div class="container mx-auto p-6 md:p-10 min-h-screen flex flex-col">
<BaseAlert
v-if="queryMsg"
variant="warning"

View file

@ -87,7 +87,7 @@ async function onSearchSubmit() {
<li
v-for="app in apps"
:key="app.label"
class="flex flex-auto border border-neutral rounded p-4 relative hover:bg-neutral hover:text-neutral-content"
class="flex text-align flex-auto btn btn-outline btn-neutral !h-auto p-5 relative flex-nowrap items-start justify-normal text-left font-normal"
>
<img
v-if="app.logo"