mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-08 08:34:25 +01:00
Ensure store button shows up correctly before store is created
fix #3972
This commit is contained in:
committed by
Andrew Camilleri
parent
bf0cbf24e4
commit
e4e0fb0f35
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user