Merge branch 'main' into main
This commit is contained in:
@@ -10736,7 +10736,10 @@ body[data-theme="cyberpunk"] .rpg-music-widget-play {
|
||||
|
||||
/* Features row container */
|
||||
.rpg-features-row {
|
||||
display: flex;
|
||||
display: grid;
|
||||
grid-template-rows: repeat(2, 1fr);
|
||||
grid-auto-flow: column;
|
||||
grid-auto-columns: min-content;
|
||||
gap: 8px;
|
||||
margin-bottom: 12px;
|
||||
overflow-x: auto;
|
||||
@@ -10747,11 +10750,11 @@ body[data-theme="cyberpunk"] .rpg-music-widget-play {
|
||||
}
|
||||
|
||||
/* Center items when they fit, allow scrolling when they don't */
|
||||
.rpg-features-row::before,
|
||||
.rpg-features-row::after {
|
||||
content: '';
|
||||
margin: auto;
|
||||
}
|
||||
/*.rpg-features-row::before,*/
|
||||
/*.rpg-features-row::after {*/
|
||||
/* content: '';*/
|
||||
/* margin: auto;*/
|
||||
/*}*/
|
||||
|
||||
/* Hide scrollbar for cleaner look while maintaining functionality */
|
||||
.rpg-features-row::-webkit-scrollbar {
|
||||
|
||||
Reference in New Issue
Block a user