#19 - Settings container not visible in mobile

This commit is contained in:
Alicia Sykes
2021-06-08 16:15:44 +01:00
parent b03bedd227
commit 3b9b974ae7
3 changed files with 19 additions and 2 deletions

View File

@@ -136,6 +136,10 @@ export default {
&.hide {
display: none;
}
@include very-tiny-phone {
flex-direction: column;
align-items: baseline;
}
}
.show-hide-container {
@@ -151,6 +155,9 @@ export default {
width: 2rem;
top: 0.5rem;
right: 0.5rem;
@include phone {
top: -3rem !important;
}
}
button {
width: 100%;
@@ -183,7 +190,7 @@ export default {
@include phone {
.options-container, .show-hide-button {
display: none;
// display: none;
}
}