webui: fix chat screen shadow width (#18010)
* webui: fix chat screen shadow width * chore: add index.html.gz
This commit is contained in:
@@ -587,7 +587,7 @@
|
||||
|
||||
&::after {
|
||||
content: '';
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
z-index: -1;
|
||||
left: 0;
|
||||
|
||||
Reference in New Issue
Block a user