Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorszaimen <szaimen@e.mail.de>2022-10-11 00:33:49 +0300
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>2022-10-11 10:47:21 +0300
commitc2ea3e111d1196a4ea9666ab5ddbdbc107652a87 (patch)
tree918f9c33cf7794eade2d6783f8dfe44729984a48
parente2e95f769b5868bae515bccea6753793c7f72528 (diff)
show dismiss button always
Signed-off-by: szaimen <szaimen@e.mail.de>
-rw-r--r--src/Components/HeaderMenu.vue2
-rw-r--r--src/NotificationsApp.vue5
2 files changed, 5 insertions, 2 deletions
diff --git a/src/Components/HeaderMenu.vue b/src/Components/HeaderMenu.vue
index fb901f1..6cb1243 100644
--- a/src/Components/HeaderMenu.vue
+++ b/src/Components/HeaderMenu.vue
@@ -216,11 +216,9 @@ $margin: 8px;
}
&__content {
- overflow: auto;
width: 350px;
max-width: calc(100vw - 2 * $margin);
min-height: calc(44px * 1.5);
- max-height: calc(100vh - 50px * 2);
}
}
diff --git a/src/NotificationsApp.vue b/src/NotificationsApp.vue
index 6200052..5e9e311 100644
--- a/src/NotificationsApp.vue
+++ b/src/NotificationsApp.vue
@@ -484,6 +484,11 @@ export default {
overflow: hidden;
}
+.notification-wrapper {
+ max-height: calc(100vh - 50px * 4);
+ overflow: auto;
+}
+
::v-deep .empty-content {
margin: 12vh 10px;