🎨 Fixed few UI glitches

This commit is contained in:
Liyas Thomas
2019-08-28 10:02:40 +05:30
parent 0a4839eaf7
commit ae2d996754
4 changed files with 72 additions and 78 deletions

View File

@@ -58,18 +58,6 @@ footer {
justify-content: space-between;
}
@media(max-width: $responsiveWidth) {
header {
display: block;
text-align: center;
nav {
display: inline-flex;
margin-top: 20px;
}
}
}
nav {
a:not(:last-of-type) {
margin-right: 15px;
@@ -182,8 +170,8 @@ textarea,
pre {
margin: 4px;
padding: 8px 16px;
width: calc(100% - 8px);
border-radius: 4px;
width: calc(100% - 8px);
background-color: var(--bg-dark-color);
color: var(--fg-color);
font-weight: 700;
@@ -195,7 +183,7 @@ pre {
select,
input,
option {
height: 38px;
height: 41px;
}
input[type="checkbox"] {
@@ -242,6 +230,15 @@ ol li {
}
@media (max-width: $responsiveWidth) {
header {
display: block;
text-align: center;
nav {
display: inline-flex;
margin-top: 20px;
}
}
ul,
ol {
@@ -252,6 +249,10 @@ ol li {
ol li {
display: flex;
}
.hide-on-small-screen {
display: none;
}
}
#installPWA {
@@ -295,8 +296,13 @@ fieldset#history {
}
}
.align-left { text-align: left; }
.align-right { text-align: right; }
.align-left {
text-align: left;
}
.align-right {
text-align: right;
}
#response-details-wrapper {
position: relative;
@@ -304,6 +310,10 @@ fieldset#history {
border-radius: 4px;
margin: 4px;
textarea {
width: 100%;
}
#response-details {
margin: 0;
}
@@ -315,8 +325,7 @@ fieldset#history {
right: 0;
bottom: 0;
background-color: white;
height: 100%;
width: 100%;
}
}
}