ntdservices commited on
Commit
b725b58
·
verified ·
1 Parent(s): 3157ac3

Update static/index.html

Browse files
Files changed (1) hide show
  1. static/index.html +4 -0
static/index.html CHANGED
@@ -103,6 +103,10 @@
103
  .item .name{font-size:.9rem}
104
  .item .tiny{font-size:.75rem; color:#9fb0cf}
105
  .item .actions{display:flex; gap:6px}
 
 
 
 
106
  </style>
107
  </head>
108
  <body>
 
103
  .item .name{font-size:.9rem}
104
  .item .tiny{font-size:.75rem; color:#9fb0cf}
105
  .item .actions{display:flex; gap:6px}
106
+
107
+ /* Hide the "Saved" badge when the sidebar is minimized */
108
+ #panel.min ~ #saveState { display: none; }
109
+
110
  </style>
111
  </head>
112
  <body>