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:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2020-01-07 11:39:04 +0300
committerGitHub <noreply@github.com>2020-01-07 11:39:04 +0300
commit1f6e00de4631d5eb526ac5f499b5951790789c7c (patch)
treecf6db48482ec50608dd4d194d141ea5bb0d2efda
parentd7b3a4aa3dd71c648729c9bdcec9b7ec6707a034 (diff)
parentc75a3ebc502549428684f5a903f92939dac6946f (diff)
Merge pull request #528 from nextcloud/bugfix/16057v18.0.0RC2
Do not overwrite height values
-rw-r--r--css/styles.scss6
1 files changed, 1 insertions, 5 deletions
diff --git a/css/styles.scss b/css/styles.scss
index c1a8d71..b24e182 100644
--- a/css/styles.scss
+++ b/css/styles.scss
@@ -34,20 +34,15 @@
right: 13px;
width: 350px;
max-width: 90%;
- min-height: 210px;
- height: 210px;
.notification-wrapper {
display: flex;
flex-direction: column;
- max-height: 260px;
}
.emptycontent {
padding: 50px 0;
margin: 0;
- position: absolute;
- top: 0;
@include icon-black-white('notifications-dark', 'notifications', 1);
}
@@ -56,6 +51,7 @@
display: flex;
justify-content: center;
color: var(--color-text-maxcontrast);
+ border-top: 1px solid var(--color-border);
padding: 10px;
&:hover,