mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
Show the subline
Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
ac3a32f305
commit
be778c94e1
9 changed files with 17 additions and 12 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue