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 */
|
/* GLOBAL */
|
||||||
.btn,
|
.btn,
|
||||||
.select,
|
.select,
|
||||||
.input {
|
.input.input,
|
||||||
|
.join-item.btn {
|
||||||
min-height: 2.5rem;
|
min-height: 2.5rem;
|
||||||
height: 2.5rem;
|
height: 2.5rem;
|
||||||
}
|
}
|
||||||
|
|
|
@ -37,7 +37,7 @@ async function logout() {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<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
|
<BaseAlert
|
||||||
v-if="queryMsg"
|
v-if="queryMsg"
|
||||||
variant="warning"
|
variant="warning"
|
||||||
|
|
|
@ -87,7 +87,7 @@ async function onSearchSubmit() {
|
||||||
<li
|
<li
|
||||||
v-for="app in apps"
|
v-for="app in apps"
|
||||||
:key="app.label"
|
: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
|
<img
|
||||||
v-if="app.logo"
|
v-if="app.logo"
|
||||||
|
|
Loading…
Reference in a new issue