Fixed spacing
This commit is contained in:
parent
2ff9c68827
commit
542003404f
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user