aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_status/src/components/SetStatusModal.vue
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-10-02 09:31:43 +0200
committerJoas Schilling <coding@schilljs.com>2020-10-02 09:31:43 +0200
commite9c7fa0f045756fe05ab7c4632cf886e329f4582 (patch)
tree7bedb43af8a3a1d1c911f2a63bfef708ce16057f /apps/user_status/src/components/SetStatusModal.vue
parent72556665571d900b8daf338a8b50550da4f08530 (diff)
downloadnextcloud-server-e9c7fa0f045756fe05ab7c4632cf886e329f4582.tar.gz
nextcloud-server-e9c7fa0f045756fe05ab7c4632cf886e329f4582.zip
Show the subline
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/user_status/src/components/SetStatusModal.vue')
-rw-r--r--apps/user_status/src/components/SetStatusModal.vue5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/user_status/src/components/SetStatusModal.vue b/apps/user_status/src/components/SetStatusModal.vue
index 4c2d8e937cc..c6d48d493ce 100644
--- a/apps/user_status/src/components/SetStatusModal.vue
+++ b/apps/user_status/src/components/SetStatusModal.vue
@@ -36,6 +36,7 @@
:checked="status.type === statusType"
@select="changeStatus">
{{ status.label }}
+ <em class="subline">{{ status.subline }}</em>
</OnlineStatusSelect>
</div>
@@ -247,6 +248,10 @@ export default {
// Space between the two sections
margin-bottom: 40px;
grid-template-columns: 1fr 1fr;
+
+ .subline {
+ display: block;
+ }
}
&__custom-input {