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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorMikhail Sazanov <m@sazanof.ru>2022-10-18 15:56:52 +0300
committerMikhail Sazanov <m@sazanof.ru>2022-10-18 15:56:52 +0300
commit8aa852d365cc11ab3000e6fe369962048234e126 (patch)
treea1a179a461f78c98030bacb6e6ca2fbb1d5655b3 /css
parent5ebbb02612dac30799b478e01bbb7633e307b01c (diff)
Add basic messages filter and search
Signed-off-by: Mikhail Sazanov <m@sazanof.ru>
Diffstat (limited to 'css')
-rwxr-xr-xcss/mail.scss14
1 files changed, 10 insertions, 4 deletions
diff --git a/css/mail.scss b/css/mail.scss
index 79b265cd7..17e394cbb 100755
--- a/css/mail.scss
+++ b/css/mail.scss
@@ -5,11 +5,17 @@
}
.emptycontent {
- margin-top: 0px;
+ margin-top: 24px;
margin-bottom: 10px;
-}
-.emptycontent > h2 {
- padding-top: 20px;
+ position: absolute;
+ top: 0;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
}
.container {