COLUMNS! no more flexbox shenanigans

This commit is contained in:
Thaum
2015-02-16 14:26:26 +00:00
parent 28aed14cda
commit d18c58c5ed
20 changed files with 93 additions and 95 deletions

View File

@@ -58,7 +58,17 @@ paper-button {
}
.card {
margin: 4px;
margin-bottom: 8px;
/*hack to stop flickering*/
-webkit-backface-visibility: hidden;
-webkit-transform: translateX(0);
/*stop divs breaking over divide*/
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
width: 100%;
padding: 16px;
font-size: 14px;
border-radius: 2px;
@@ -66,7 +76,7 @@ paper-button {
}
.card.double {
width: 332px;
padding: 0;
}
.card paper-button {