Fixed spacing

This commit is contained in:
kolaente 2018-07-24 13:47:37 +02:00 committed by konrad
parent 2ff9c68827
commit 542003404f
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
4 changed files with 50 additions and 50 deletions

View File

@ -27,12 +27,12 @@
left: 90%; left: 90%;
width: 15%; width: 15%;
@media only screen and (max-width: 768px) { @media only screen and (max-width: 768px) {
top: 10px; top: 10px;
left: auto; left: auto;
width: auto; width: auto;
right: 13px; right: 13px;
} }
} }
} }

View File

@ -111,7 +111,7 @@
text-align: center; text-align: center;
} }
.inline.field > label { .inline.field > label {
width: @input-padding; width: @input-padding;
} }
.inline.field > label, input { .inline.field > label, input {
@ -144,16 +144,16 @@
text-align: center; text-align: center;
} }
@media only screen and (max-width: 768px) { @media only screen and (max-width: 768px) {
label, input, .selection.dropdown { label, input, .selection.dropdown {
width: 100% !important; width: 100% !important;
} }
.field button, .field a{ .field button, .field a {
margin-bottom: 1em; margin-bottom: 1em;
width: 100%; width: 100%;
} }
} }
} }
} }

View File

@ -172,14 +172,14 @@
#clone-panel { #clone-panel {
width: 350px; width: 350px;
@media only screen and (max-width: 768px) { @media only screen and (max-width: 768px) {
width: 100%; width: 100%;
} }
input { input {
border-radius: 0; border-radius: 0;
padding: 5px 10px; padding: 5px 10px;
width: 50%; width: 50%;
} }
.clone.button { .clone.button {
@ -226,11 +226,11 @@
font-weight: normal; font-weight: normal;
} }
.ui.tiny.blue.buttons { .ui.tiny.blue.buttons {
@media only screen and (max-width: 768px) { @media only screen and (max-width: 768px) {
width: 100%; width: 100%;
} }
} }
} }
#repo-files-table { #repo-files-table {
@ -1241,19 +1241,19 @@
margin-bottom: 0; margin-bottom: 0;
} }
.field { .field {
button, input { button, input {
@media only screen and (max-width: 438px) { @media only screen and (max-width: 438px) {
width: 100%; width: 100%;
} }
} }
button { button {
@media only screen and (max-width: 768px) { @media only screen and (max-width: 768px) {
margin-bottom: 1em; margin-bottom: 1em;
} }
} }
} }
} }
&.forks { &.forks {

View File

@ -38,21 +38,21 @@
} }
} }
#profile-avatar { #profile-avatar {
@media only screen and (max-width: 768px) { @media only screen and (max-width: 768px) {
height: 250px; height: 250px;
overflow: hidden; overflow: hidden;
img { img {
max-height: 768px; max-height: 768px;
max-width: 768px; max-width: 768px;
} }
} }
} }
@media only screen and (max-width: 768px) { @media only screen and (max-width: 768px) {
width: 100%; width: 100%;
} }
} }
.ui.repository.list { .ui.repository.list {