mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-08 14:18:26 +02:00
Fix buttons layout in product details page
This commit is contained in:
21
src/assets/css/misc.styl
Normal file
21
src/assets/css/misc.styl
Normal file
@@ -0,0 +1,21 @@
|
||||
.bx-product-details-buttons {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
flex-direction: row;
|
||||
|
||||
button {
|
||||
max-width: max-content;
|
||||
margin: 10px 0 0 0;
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 568px) and (max-height: 480px) {
|
||||
.bx-product-details-buttons {
|
||||
flex-direction: column;
|
||||
|
||||
button {
|
||||
margin: 8px 0 0 10px;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user