diff options
author | Carl Schwan <carl@carlschwan.eu> | 2022-09-08 18:22:22 +0200 |
---|---|---|
committer | Carl Schwan <carl@carlschwan.eu> | 2022-09-08 18:24:38 +0200 |
commit | af30e7ff5bdfd608d95b230aab5bb94118d62ebe (patch) | |
tree | b9996e467d7f7c36a5833bbe7f7d4b1d73e81e24 /core/css/styles.scss | |
parent | 43616a7b1f94580bcf706729d57fb4aefd692e6b (diff) | |
download | nextcloud-server-af30e7ff5bdfd608d95b230aab5bb94118d62ebe.tar.gz nextcloud-server-af30e7ff5bdfd608d95b230aab5bb94118d62ebe.zip |
Port css to scss
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'core/css/styles.scss')
-rw-r--r-- | core/css/styles.scss | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss index cfae5e37b78..ca4079881ee 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -932,7 +932,7 @@ span.ui-icon { #header .header-right > div#contactsmenu > .menu { /* show 2.5 to 4.5 entries depending on the screen height */ height: calc(100vh - 50px * 3); - max-height: calc(50px * 4.5 + 50px); + max-height: calc(50px * 6 + 2px); min-height: calc(50px * 3.5); width: 350px; @@ -948,7 +948,7 @@ span.ui-icon { .content { /* fixed max height of the parent container without the search input */ height: calc(100vh - 50px * 3 - 50px); - max-height: calc(50px * 4.5); + max-height: calc(50px * 5); min-height: calc(50px * 3.5 - 50px); overflow-y: auto; @@ -969,7 +969,6 @@ span.ui-icon { position: relative; align-items: center; padding: 3px 3px 3px 10px; - border-bottom: 1px solid var(--color-border); .avatar { height: 32px; @@ -993,8 +992,8 @@ span.ui-icon { white-space: nowrap; text-overflow: ellipsis; } - .last-message { - opacity: .5; + .last-message, .email-address { + color: var(--color-text-maxcontrast); } } |