diff --git a/nullboard.html b/nullboard.html index 3ff2670..7b68fa1 100644 --- a/nullboard.html +++ b/nullboard.html @@ -120,8 +120,7 @@ /***/ .board { - max-width: 1040px; - min-width: 260px; + min-width: 250px; width: -moz-max-content; /* firefox */ width: -webkit-max-content; /* chrome */ @@ -131,6 +130,10 @@ padding: 20px; } + body.crowded .board { + margin-top: 28px; + } + .board u { text-decoration: none; } @@ -231,7 +234,7 @@ .board > .head { background: #EAEDF0; padding: 5px; - margin: 0 5px 10px; + margin: 0 0 10px; border-radius: 2px; position: relative; } @@ -241,14 +244,41 @@ } /***/ + .board .lists-scroller { + height: auto; + margin: -1px 0 10px; + overflow-x: auto; + overflow-y: hidden; + display: none; + } + + .lists-scroller div { + height: 1px; + } + + .board .lists { + white-space: nowrap; + overflow: auto; + scrollbar-width: none; + } + .board .list { - float: left; + display: inline-block; + vertical-align: top; width: 250px; margin: 0 5px 10px; background: linear-gradient(#EAEDF0 30px, #DDE1E5 90px); border-radius: 2px; } + .board .list:first-child { + margin-left: 0; + } + + .board .list:last-child { + margin-right: 0; + } + .board .list .notes { padding: 0 5px; } @@ -481,12 +511,19 @@ /***/ .logo { position: absolute; - top: 10px; - left: 20px; + top: 9px; + left: 9px; font-size: 11px; line-height: 19px; - padding: 5px; + padding: 6px 12px; opacity: 0.6; + z-index: 3; + background: #f8f9fb; + } + + body.crowded .logo:hover { + background: #fff; + box-shadow: 0 1px 2px rgba(0,0,0,0.2); } .logo:hover { @@ -524,13 +561,18 @@ .config { position: absolute; top: 10px; - right: 20px; + right: 21px; font-size: 11px; line-height: 19px; z-index: 3; background: #f8f9fb; } + body.crowded .config:hover { + background: #fff; + box-shadow: 0 1px 2px rgba(0,0,0,0.2); + } + .config a { display: block; color: #000; @@ -548,7 +590,7 @@ .config .bulk { margin-right: 20px; - padding: 5px 0 10px 20px; + padding: 5px 0 10px 22px; transition: opacity 400ms; } @@ -725,6 +767,7 @@ Export board... +
@@ -748,6 +791,7 @@ +
@@ -807,7 +851,7 @@