There was an error while loading. Please reload this page.
1 parent 33ba278 commit 3b26803Copy full SHA for 3b26803
1 file changed
editor/index.html
@@ -13,7 +13,7 @@
13
.layout { display: flex; flex: 1; overflow: hidden; min-height: 0; }
14
.sidebar-outer { width: 220px; min-width: 220px; border-right: 1px solid #e0e0e0; flex-shrink: 0; overflow-y: auto; }
15
#site-sidebar { padding: 1.5rem 1.5rem 1rem; display: flex; flex-direction: column; }
16
- #site-sidebar a { font-size: 14px; color: #555; padding: 0.4rem 0; display: block; }
+ #site-sidebar a { font-size: 14px; color: #555; padding: 0.4rem 0; display: block; text-decoration: none; }
17
#site-sidebar a:hover { color: #111; }
18
#site-sidebar a.active { color: #111; font-weight: 500; }
19
.editor-layout { display: flex; flex: 1; overflow: hidden; }
0 commit comments