Ensure store button shows up correctly before store is created

fix #3972
This commit is contained in:
Umar Bolatov
2022-08-06 22:29:14 -07:00
committed by Andrew Camilleri
parent bf0cbf24e4
commit e4e0fb0f35

View File

@@ -591,7 +591,8 @@
#StoreSelector {
order: 2;
margin-top: var(--btcpay-space-m);
width: 100%;
/* Make sure we are actually taking up all of the space or else you end up with this: https://github.com/btcpayserver/btcpayserver/issues/3972 */
min-width: 100%;
}
#mainMenuToggle,