Add custom css background
This commit is contained in:
parent
036509c47f
commit
5f80859022
7 changed files with 148 additions and 80 deletions
|
@ -193,6 +193,15 @@
|
|||
}
|
||||
</style>
|
||||
</noscript>
|
||||
{% if request.profile.css_background %}
|
||||
<style>
|
||||
@media(min-width: 800px) {
|
||||
#page-container {
|
||||
background: {{request.profile.css_background|safe}};
|
||||
}
|
||||
}
|
||||
</style>
|
||||
{% endif %}
|
||||
</head>
|
||||
<body>
|
||||
<svg width="0" height="0" style="display: block">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue