mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-07-31 18:36:44 +02:00
22 lines
383 B
Stylus
22 lines
383 B
Stylus
.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;
|
|
}
|
|
}
|
|
}
|