Template:Dialogue/styles.css: Difference between revisions
Appearance
Cdjensen94 (talk | contribs) No edit summary |
Cdjensen94 (talk | contribs) No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
.dialogue-box { | .dialogue-box { | ||
background-color: | background-color: var(--background-color-base); | ||
border: 2px solid #ddd; | border: 2px solid #ddd; | ||
padding: 10px; | padding: 10px; | ||
margin: 10px 0; | margin: 10px 0; | ||
border-radius: 8px; | border-radius: 8px; | ||
max-width: 600px; | max-width: 600px; | ||
width: auto; | width: auto; | ||
height: auto; | |||
display: flex; | display: flex; | ||
flex-direction: column; | flex-direction: column; | ||
Line 27: | Line 28: | ||
width: 100%; | width: 100%; | ||
white-space: normal; | white-space: normal; | ||
} | } |