Merge upstream/main into doom-lite-expression-sync-v2
This commit is contained in:
@@ -4720,6 +4720,9 @@ body:has(.rpg-panel.rpg-position-left) #sheld {
|
||||
|
||||
.rpg-restore-prompt-btn {
|
||||
font-size: 0.9em;
|
||||
white-space: nowrap;
|
||||
min-width: 120px;
|
||||
padding: 0.5em 1em;
|
||||
}
|
||||
|
||||
/* Editor buttons */
|
||||
@@ -9392,6 +9395,7 @@ body:has(.rpg-panel.rpg-mobile-open) .rpg-fab-widget-container {
|
||||
color: var(--SmartThemeBodyColor, #eaeaea);
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
white-space: nowrap;
|
||||
cursor: pointer;
|
||||
transition: all 0.2s ease;
|
||||
}
|
||||
@@ -10889,7 +10893,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;
|
||||
@@ -10900,11 +10907,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