forked from rDrama/rDrama
1
0
Fork 0

Fix shop buy button widths.

master
Snakes 2022-11-01 05:11:29 -04:00
parent f326b9d5d7
commit 5d6cb56075
Signed by: Snakes
GPG Key ID: E745A82778055C7E
1 changed files with 2 additions and 2 deletions

View File

@ -5263,8 +5263,8 @@ li > .sidebar {
width: 13rem; width: 13rem;
} }
.shop-table-actions a { .shop-table-actions button {
display: flex; width: 100%;
} }
.userbanner { .userbanner {