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%;
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;
}
}
}

View File

@ -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%;
}
}
}
}

View File

@ -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 {

View File

@ -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 {