Pointf5ive commited on
Commit
b2e8672
·
verified ·
1 Parent(s): 60dca31

ui: remove totem logo from sidebar, change nav background to #020213

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -374,7 +374,7 @@ TOTEM_CSS = """
374
  flex: 0 0 256px;
375
  min-height: 100%;
376
  border-right: 1px solid rgba(246, 241, 232, 0.10);
377
- background: #0b0f19;
378
  padding: 0 0 24px 0;
379
  display: flex;
380
  flex-direction: column;
@@ -1343,9 +1343,7 @@ def render_sidebar(active: str = "Home") -> str:
1343
 
1344
  return f"""
1345
  <aside class="totem-sidebar">
1346
- <div class="totem-brand">
1347
- <img src="{_SIDEBAR_DATA_URI}" alt="TOTEM Studio" class="totem-brand-img" />
1348
- </div>
1349
  {''.join(items)}
1350
  <div class="totem-quote-card">
1351
  <span class="totem-quote-star">✦</span>
 
374
  flex: 0 0 256px;
375
  min-height: 100%;
376
  border-right: 1px solid rgba(246, 241, 232, 0.10);
377
+ background: #020213;
378
  padding: 0 0 24px 0;
379
  display: flex;
380
  flex-direction: column;
 
1343
 
1344
  return f"""
1345
  <aside class="totem-sidebar">
1346
+
 
 
1347
  {''.join(items)}
1348
  <div class="totem-quote-card">
1349
  <span class="totem-quote-star">✦</span>