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