update dependencies and ui changes
This commit is contained in:
parent
0317edec1c
commit
b1834ba843
@ -4,6 +4,7 @@ Django==5.0.6
|
||||
djangorestframework==3.15.1
|
||||
gunicorn==22.0.0
|
||||
packaging==24.0
|
||||
pillow==10.3.0
|
||||
proxy_tools==0.1.0
|
||||
sqlparse==0.5.0
|
||||
typing_extensions==4.12.2
|
||||
|
||||
@ -145,7 +145,7 @@ function Blog(props) {
|
||||
</Row>
|
||||
<Row className={`my-2 ${ThemeConfig[GlobalTheme].background}`}>
|
||||
<Col>
|
||||
<hr style={{'borderColor': `${ThemeConfig[GlobalTheme].borderColor}`}} />
|
||||
<hr className={`${ThemeConfig[GlobalTheme].borderColor}`} />
|
||||
</Col>
|
||||
</Row>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user