Fixed content list css bug and full details column

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-02-14 09:50:07 +01:00
parent 0504dbbf5b
commit a5c5cd3e0c
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
2 changed files with 8 additions and 6 deletions

View File

@ -89,11 +89,13 @@ contactlist .tooltip {
}
.app-content-list {
width: 300px;
border-right: 1px solid nc-darken($color-main-background, 8%);
display: flex;
flex-direction: column;
transition: transform 250ms ease-in-out;
min-width: 250px;
max-width: 350px;
flex: 2 2 300px;
/* Default item */
.app-content-list-item {

View File

@ -223,11 +223,11 @@ avatar.maximized .avatar-options > [class^="icon-"] {
padding: 20px 20px 100px;
}
@media screen and (min-width: 1450px) {
@media screen and (min-width: 1380px) {
section {
-webkit-column-count: 2; /* Chrome, Safari, Opera */
-moz-column-count: 2; /* Firefox */
column-count: 2;
display: grid;
grid-template-columns: 50fr 50fr;
grid-column-gap: 20px;
}
}
@ -252,7 +252,7 @@ contactdetails {
}
propertygroup {
display: inline-block;
display: block;
padding-bottom: 36px;
}