mirror of https://gitlab.com/bashrc2/epicyon
Merge branch 'main' of ssh://code.freedombone.net:2222/bashrc/epicyon into main
commit
2b0d7f5df3
|
@ -3663,7 +3663,7 @@ class PubServer(BaseHTTPRequestHandler):
|
|||
if fields.get('themeDropdown'):
|
||||
setTheme(baseDir,
|
||||
fields['themeDropdown'],
|
||||
domain.
|
||||
domain,
|
||||
allowLocalNetworkAccess)
|
||||
self.server.showPublishAsIcon = \
|
||||
getConfigParam(self.server.baseDir,
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"button-bottom-margin": "0",
|
||||
"header-vertical-offset": "10px",
|
||||
"header-bg-color": "#efefef",
|
||||
"verticals-width": "0px",
|
||||
"verticals-width": "10px",
|
||||
"newswire-publish-icon": "False",
|
||||
"line-spacing-newswire": "150%",
|
||||
"full-width-timeline-buttons": "False",
|
||||
|
@ -59,7 +59,7 @@
|
|||
"border-width": "0px",
|
||||
"border-width-header": "0px",
|
||||
"tab-border-width": "0px",
|
||||
"tab-border-color": "grey",
|
||||
"tab-border-color": "transparent",
|
||||
"button-corner-radius": "0px",
|
||||
"login-button-color": "#25408f",
|
||||
"login-button-fg-color": "white",
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
Loading…
Reference in New Issue