text_buffer bug fixes & Sort option

This commit is contained in:
2020-03-20 20:54:22 -04:00
parent 6e5772f13b
commit 0505303503
14 changed files with 160 additions and 65 deletions

View File

@@ -37,6 +37,7 @@
color: #BBB;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
a {
@@ -221,23 +222,21 @@ body {
width: 100%;
}
@media (min-width: 1200px) {
.card-columns {
column-count: 4;
}
}
@media (min-width: 1500px) {
@media screen and (min-width: 1500px) {
.container {
max-width: 1440px;
}
.card-columns {
column-count: 5;
.bricklayer-column-sizer {
width: 20% !important;
}
.bricklayer-column {
max-width: 20%;
}
}
@media (min-width: 1800px) {
@media screen and (min-width: 1800px) {
.container {
max-width: 1550px;
}
@@ -411,7 +410,7 @@ option {
max-height: 250px;
}
@media (max-width: 600px) {
@media (max-width: 650px) {
.media-expanded .fit {
max-height: none;
}

View File

@@ -36,6 +36,7 @@
color: #444;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
body {
@@ -48,7 +49,9 @@ body {
.card {
margin-top: 1em;
box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .08) !important;
border-radius: 0;
border: none;
}
.sub-document {
@@ -158,23 +161,22 @@ body {
width: 100%;
}
@media (min-width: 1200px) {
.card-columns {
column-count: 4;
}
}
@media (min-width: 1500px) {
@media screen and (min-width: 1500px) {
.container {
max-width: 1440px;
}
.card-columns {
column-count: 5;
.bricklayer-column-sizer {
width: 20% !important;
}
.bricklayer-column {
max-width: 20%;
}
}
@media (min-width: 1800px) {
@media screen and (min-width: 1800px) {
.container {
max-width: 1550px;
}
@@ -272,7 +274,7 @@ mark {
max-height: 250px;
}
@media (max-width: 600px) {
@media (max-width: 650px) {
.media-expanded .fit {
max-height: none;
}