diff --git a/public/less/_dashboard.less b/public/less/_dashboard.less index 23211ebd6..8fcdb6b38 100644 --- a/public/less/_dashboard.less +++ b/public/less/_dashboard.less @@ -27,12 +27,12 @@ left: 90%; width: 15%; - @media only screen and (max-width: 768px) { - top: 10px; - left: auto; - width: auto; - right: 13px; - } + @media only screen and (max-width: 768px) { + top: 10px; + left: auto; + width: auto; + right: 13px; + } } } diff --git a/public/less/_form.less b/public/less/_form.less index 1298c0af2..9b9b7879b 100644 --- a/public/less/_form.less +++ b/public/less/_form.less @@ -111,7 +111,7 @@ text-align: center; } .inline.field > label { - width: @input-padding; + width: @input-padding; } .inline.field > label, input { @@ -144,16 +144,16 @@ text-align: center; } - @media only screen and (max-width: 768px) { - label, input, .selection.dropdown { - width: 100% !important; - } + @media only screen and (max-width: 768px) { + label, input, .selection.dropdown { + width: 100% !important; + } - .field button, .field a{ - margin-bottom: 1em; - width: 100%; - } - } + .field button, .field a { + margin-bottom: 1em; + width: 100%; + } + } } } diff --git a/public/less/_repository.less b/public/less/_repository.less index 20dda259b..b242de3ae 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -172,14 +172,14 @@ #clone-panel { width: 350px; - @media only screen and (max-width: 768px) { - width: 100%; - } + @media only screen and (max-width: 768px) { + width: 100%; + } input { border-radius: 0; padding: 5px 10px; - width: 50%; + width: 50%; } .clone.button { @@ -226,11 +226,11 @@ font-weight: normal; } - .ui.tiny.blue.buttons { - @media only screen and (max-width: 768px) { - width: 100%; - } - } + .ui.tiny.blue.buttons { + @media only screen and (max-width: 768px) { + width: 100%; + } + } } #repo-files-table { @@ -1241,19 +1241,19 @@ margin-bottom: 0; } - .field { - button, input { - @media only screen and (max-width: 438px) { - width: 100%; - } - } + .field { + button, input { + @media only screen and (max-width: 438px) { + width: 100%; + } + } - button { - @media only screen and (max-width: 768px) { - margin-bottom: 1em; - } - } - } + button { + @media only screen and (max-width: 768px) { + margin-bottom: 1em; + } + } + } } &.forks { diff --git a/public/less/_user.less b/public/less/_user.less index 1584833b6..3b29436bf 100644 --- a/public/less/_user.less +++ b/public/less/_user.less @@ -38,21 +38,21 @@ } } - #profile-avatar { - @media only screen and (max-width: 768px) { - height: 250px; - overflow: hidden; + #profile-avatar { + @media only screen and (max-width: 768px) { + height: 250px; + overflow: hidden; - img { - max-height: 768px; - max-width: 768px; - } - } - } + img { + max-height: 768px; + max-width: 768px; + } + } + } - @media only screen and (max-width: 768px) { - width: 100%; - } + @media only screen and (max-width: 768px) { + width: 100%; + } } .ui.repository.list {