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
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-11-02 18:13:19 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2017-11-02 18:13:19 +0300
commit3934b77839ad23a2ad743de5688eb3f6f36282ae (patch)
tree7becec25b9b89cb8f24d5f8a03e32d59f3a5b1ea /css/mail.scss
parent89749ab7f958849a8d06d73b07770536e5114663 (diff)
First usable state
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'css/mail.scss')
-rwxr-xr-xcss/mail.scss29
1 files changed, 3 insertions, 26 deletions
diff --git a/css/mail.scss b/css/mail.scss
index 9ae88e333..aa3c4de88 100755
--- a/css/mail.scss
+++ b/css/mail.scss
@@ -808,32 +808,9 @@ input.submit-message,
#app-navigation {
- width: 250px;
- height: 100%;
- float: left;
- box-sizing: border-box;
- background-color: $color-main-background;
- padding-bottom: 44px;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- border-right: 1px solid $color-border;
- display: flex;
- flex-direction: column;
- li {
- position: relative;
- }
> ul {
- position: relative;
- height: 100%;
- width: inherit;
- overflow-x: hidden;
- overflow-y: auto;
- box-sizing: border-box;
- display: flex;
- flex-direction: column;
- > li {
+ > .navigation-account > li,
+ > .navigation-account > .folders > li {
display: inline-flex;
flex-wrap: wrap;
order: 1;
@@ -931,7 +908,7 @@ input.submit-message,
}
/* Menu and submenu */
> li,
- > li > ul > li {
+ > .navigation-account > .folders > li {
position: relative;
width: 100%;
box-sizing: border-box;