Added label to request and History. Fixes #133

This commit is contained in:
liyasthomas
2019-10-07 21:21:48 +05:30
parent c8a480b0e3
commit 249af016a0
4 changed files with 22 additions and 8 deletions

View File

@@ -302,6 +302,10 @@ ol li {
justify-content: space-between;
}
.show-on-small-screen {
display: flex;
}
@media (max-width: $responsiveWidth) {
header div {
display: flex;
@@ -327,6 +331,10 @@ ol li {
.hide-on-small-screen {
display: none;
}
.show-on-small-screen {
display: inline-flex;
}
}
#installPWA {