mirror of
https://github.com/YunoHost/yunohost-portal.git
synced 2024-09-03 20:06:23 +02:00
misc cosmetics
This commit is contained in:
parent
63e1274e9b
commit
4e86b4154e
3 changed files with 4 additions and 3 deletions
3
app.vue
3
app.vue
|
@ -34,7 +34,8 @@ body {
|
|||
/* GLOBAL */
|
||||
.btn,
|
||||
.select,
|
||||
.input {
|
||||
.input.input,
|
||||
.join-item.btn {
|
||||
min-height: 2.5rem;
|
||||
height: 2.5rem;
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue