Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
<template>
<div id="app-dashboard" :style="backgroundStyle">
<h2>{{ greeting.text }}</h2>
- <div class="statuses">
+ <ul class="statuses">
<div v-for="status in registeredStatus"
:id="'status-' + status"
:key="status">
<div :ref="'status-' + status" />
</div>
- </div>
+ </ul>
<Draggable v-model="layout"
class="panels"
}
.edit-panels,
- .statuses ::v-deep #user-status-menu-item__subheader>button {
+ .statuses ::v-deep .action-item > button {
background-color: var(--color-background-translucent);
backdrop-filter: var(--background-blur);
display: flex;
flex-direction: row;
justify-content: center;
- margin-bottom: 40px;
+ flex-wrap: wrap;
+ margin-bottom: 36px;
& > div {
- max-width: 200px;
- margin-left: 10px;
- margin-right: 10px;
+ margin: 8px;
}
}
border: 0;
border-radius: var(--border-radius-pill);
font-weight: normal;
- font-size: 0.875em;
padding-left: 40px;
&:hover,
border: 0;
border-radius: 0;
font-weight: normal;
- font-size: 0.875em;
padding-left: 40px;
&:hover,
border: 0;
border-radius: var(--border-radius-pill);
font-weight: normal;
- font-size: 0.875em;
padding-left: 40px;
&:hover,