Skip to content

Commit d6175f9

Browse files
szaimenbackportbot[bot]
authored andcommitted
improve status modal
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
1 parent 4fde409 commit d6175f9

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

apps/user_status/src/components/SetStatusModal.vue

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,11 +237,28 @@ export default {
237237
</script>
238238

239239
<style lang="scss" scoped>
240+
// TODO: can be removed once migrated to @nextcloud-vue >= 5.0
241+
::v-deep {
242+
.modal-wrapper {
243+
.prev, .next {
244+
display: none !important;
245+
}
246+
247+
.modal-container {
248+
max-height: 100% !important;
249+
}
250+
}
251+
252+
.modal-header .modal-title {
253+
display: none;
254+
}
255+
}
256+
240257
.set-status-modal {
241258
min-height: 200px;
242259
padding: 8px 20px 20px 20px;
243260
// Enable scrollbar for too long content, same way as in Dashboard customize
244-
max-height: 70vh;
261+
max-height: 95vh;
245262
overflow: auto;
246263
247264
&__header {

0 commit comments

Comments
 (0)