- now stats, attributes, characters stats have a changeable id
- now all additional promts are stacked in 2 lines
This commit is contained in:
Alamion
2026-02-23 21:42:25 +03:00
parent 502646bb92
commit 4d0de8419c
5 changed files with 48 additions and 13 deletions
+9 -6
View File
@@ -10732,7 +10732,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;
@@ -10743,11 +10746,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 {