✨ Added label to request and History. Fixes #133
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user