Skip to content

Commit

Permalink
Fix account view button styling
Browse files Browse the repository at this point in the history
Account view buttons should be full width w/ min 300px on desktop, but
always full width on portrait screens
  • Loading branch information
benbusby committed Jan 8, 2025
1 parent 7447054 commit 01a2c06
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions backend/static/css/account.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.account-div button {
width: 300px;
min-width: 300px;
margin-top: 10px;
width: 100%;
}

.upgrade-div, #subscription-div {
Expand Down Expand Up @@ -166,6 +167,7 @@ label a {
}

.account-div button {
min-width: auto;
width: 100%;
}
}
Expand Down Expand Up @@ -214,4 +216,4 @@ label a {
.btcpay-btn {
background-color: #171720;
}
}
}

0 comments on commit 01a2c06

Please sign in to comment.