summaryrefslogtreecommitdiffstats
path: root/public/less/_repository.less
diff options
context:
space:
mode:
Diffstat (limited to 'public/less/_repository.less')
-rw-r--r--public/less/_repository.less31
1 files changed, 31 insertions, 0 deletions
diff --git a/public/less/_repository.less b/public/less/_repository.less
index 6082844d25..b242de3ae5 100644
--- a/public/less/_repository.less
+++ b/public/less/_repository.less
@@ -172,9 +172,14 @@
#clone-panel {
width: 350px;
+ @media only screen and (max-width: 768px) {
+ width: 100%;
+ }
+
input {
border-radius: 0;
padding: 5px 10px;
+ width: 50%;
}
.clone.button {
@@ -220,6 +225,12 @@
padding: 8px 10px;
font-weight: normal;
}
+
+ .ui.tiny.blue.buttons {
+ @media only screen and (max-width: 768px) {
+ width: 100%;
+ }
+ }
}
#repo-files-table {
@@ -1229,6 +1240,20 @@
.prerelease.field {
margin-bottom: 0;
}
+
+ .field {
+ button, input {
+ @media only screen and (max-width: 438px) {
+ width: 100%;
+ }
+ }
+
+ button {
+ @media only screen and (max-width: 768px) {
+ margin-bottom: 1em;
+ }
+ }
+ }
}
&.forks {
@@ -1756,3 +1781,9 @@ tbody.commit-list {
#repo-topic {
margin-top: 5px;
}
+
+.new-dependency-drop-list {
+ @media only screen and (max-width: 768px) {
+ width: 100%;
+ }
+}