X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=common.css;h=f1b2b79bee6cdf00f2ef1a5edf7e88a813dd2ffe;hb=cc2c71836442d7495ec570f8f78c006ea60852e0;hp=abaf91f4a6e8d7e8b45af8669f3d78b8e547b597;hpb=016306e3aa2262e141899f8d4b900421d68f5439;p=xogo.git diff --git a/common.css b/common.css index abaf91f..f1b2b79 100644 --- a/common.css +++ b/common.css @@ -34,12 +34,18 @@ main > div { /*max-width: 800px;*/ /*unnecessary*/ } -@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 {