#19 - Settings container not visible in mobile
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user