mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 04:40:37 +03:00
fix(chat): allow system chat messages to fill width. Closes #2998
This commit is contained in:
parent
1d74cb11f9
commit
fadb9def83
1 changed files with 2 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
||||||
background: var(--theme-color-background-main);
|
background: var(--theme-color-background-main);
|
||||||
background: linear-gradient(
|
background: linear-gradient(
|
||||||
70deg,
|
70deg,
|
||||||
rgb(78, 54, 114) 0%,
|
rgb(87, 51, 141) 0%,
|
||||||
rgb(65, 28, 139) 40%,
|
rgb(65, 28, 139) 40%,
|
||||||
rgb(83, 67, 130) 80%
|
rgb(71, 50, 133) 80%
|
||||||
);
|
);
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
@ -12,7 +12,6 @@
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
padding: 12px 12px;
|
padding: 12px 12px;
|
||||||
max-width: 400px;
|
|
||||||
|
|
||||||
.user {
|
.user {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in a new issue