webui: fix chat screen shadow width (#18010)
* webui: fix chat screen shadow width * chore: add index.html.gz
This commit is contained in:
parent
57c1e05643
commit
900316da4e
Binary file not shown.
|
|
@ -587,7 +587,7 @@
|
|||
|
||||
&::after {
|
||||
content: '';
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
z-index: -1;
|
||||
left: 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue