Sidebar close button for small screens
This commit is contained in:
parent
467cd480cf
commit
527c2b4f54
4 changed files with 21 additions and 2 deletions
|
@ -440,6 +440,7 @@ class UiWebsocketPlugin(object):
|
|||
body = []
|
||||
|
||||
body.append("<div>")
|
||||
body.append("<a href='#Close' class='close'>×</a>")
|
||||
body.append("<h1>%s</h1>" % cgi.escape(site.content_manager.contents.get("content.json", {}).get("title", ""), True))
|
||||
|
||||
body.append("<div class='globe loading'></div>")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue