mirror of
https://github.com/nextcloud/server.git
synced 2026-03-30 14:16:52 -04:00
Merge pull request #35480 from nextcloud/backport/35455/stable25
[stable25] Change header semantic in the user status dialog
This commit is contained in:
commit
87e9ef0763
5 changed files with 9 additions and 10 deletions
|
|
@ -26,7 +26,7 @@
|
|||
<div class="set-status-modal">
|
||||
<!-- Status selector -->
|
||||
<div class="set-status-modal__header">
|
||||
<h3>{{ $t('user_status', 'Online status') }}</h3>
|
||||
<h2>{{ $t('user_status', 'Online status') }}</h2>
|
||||
</div>
|
||||
<div class="set-status-modal__online-status">
|
||||
<OnlineStatusSelect v-for="status in statuses"
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
<!-- Status message -->
|
||||
<div class="set-status-modal__header">
|
||||
<h3>{{ $t('user_status', 'Status message') }}</h3>
|
||||
<h2>{{ $t('user_status', 'Status message') }}</h2>
|
||||
</div>
|
||||
<div class="set-status-modal__custom-input">
|
||||
<CustomMessageInput ref="customMessageInput"
|
||||
|
|
@ -234,12 +234,11 @@ export default {
|
|||
&__header {
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
margin: 15px 0;
|
||||
}
|
||||
|
||||
&__online-status {
|
||||
display: grid;
|
||||
// Space between the two sections
|
||||
margin-bottom: 40px;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
|
||||
|
|
|
|||
4
dist/user-status-modal-8299.js
vendored
4
dist/user-status-modal-8299.js
vendored
File diff suppressed because one or more lines are too long
2
dist/user-status-modal-8299.js.map
vendored
2
dist/user-status-modal-8299.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/user_status-menu.js
vendored
4
dist/user_status-menu.js
vendored
File diff suppressed because one or more lines are too long
2
dist/user_status-menu.js.map
vendored
2
dist/user_status-menu.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue