X-Git-Url: https://git.auder.net/%7B%7B%20path%28%27mixstore_store_package_upsert%27%29%20%7D%7D?a=blobdiff_plain;f=common.css;h=8159d76a4048f5e91adba573c03a618a625e6fd3;hb=e081c5ebaa788f22c57ee36b73ab7ed57ca7a562;hp=abaf91f4a6e8d7e8b45af8669f3d78b8e547b597;hpb=86f3c2cd59432a00121af015c505499a57edf568;p=xogo.git diff --git a/common.css b/common.css index abaf91f..8159d76 100644 --- a/common.css +++ b/common.css @@ -31,15 +31,21 @@ main > div { margin-top: 25vh; min-height: 500px; min-width: 320px; - /*max-width: 800px;*/ /*unnecessary*/ + max-width: 800px; /*useful for rules display only*/ } -@media (max-height: 800px) { +@media(max-height: 800px) { main > div { margin-top: 30px; } } +@media(max-width: 767px) { + main > div { + padding: 0 10px; + } +} + #boardContainer { margin: 0; padding: 0; @@ -155,18 +161,21 @@ button.block-btn { left: calc(100% - 25px); top: 0; } -#upLeftInfos > img, #upRightStop > img { +#upLeftInfos > svg, #upRightStop > svg { width: 25px; cursor: pointer; } -@media (max-width: 767px) { +@media(max-width: 767px) { #upRightStop { left: calc(100% - 35px); } - #upLeftInfos > img, #upRightStop > img { + #upLeftInfos > svg, #upRightStop > svg { width: 35px; } + #upLeftInfos > svg path, #upRightStop > svg path { + fill: #999; + } } #ng-select {