Skip to content

Commit

Permalink
style: 调整双栏阅读下的标注目录样式
Browse files Browse the repository at this point in the history
  • Loading branch information
Higurashi-kagome committed Apr 28, 2024
1 parent 821af70 commit 7575261
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 37 deletions.
78 changes: 41 additions & 37 deletions src/content/static/css/notes-menu.css
Original file line number Diff line number Diff line change
@@ -1,37 +1,41 @@
/* 笔记目录 */

#noteTools ul {
display: none;
margin: 0;
padding: 0;
width: 200px;
max-height: 500px;
overflow: auto;
width: 100%;
}

#noteTools li a {
display: block;
padding: 5px 16px;
text-decoration: none;
}

/* 标注目录按钮 */
.notesMenuBtn {
font-size: 16px;
padding: 12px 20px 12px 40px;
border:1px groove;
border-bottom: none;
text-align: left;
}

/* 标注目录中的当前目录 */
#sectionListItem_title_scroll a.current::after {
content: ' ←';
}

/* 鼠标移动到选项上修改背景颜色 */
#noteTools li a:hover {
background-color: #555;
color: white !important;
}
/* 笔记目录 */

#noteTools ul {
display: none;
margin: 0;
padding: 0;
width: 200px;
max-height: 500px;
overflow: auto;
width: 100%;
}

#noteTools li a {
display: block;
padding: 5px 16px;
text-decoration: none;
}

/* 标注目录按钮 */
.notesMenuBtn {
font-size: 16px;
padding: 12px 20px 12px 40px;
border:1px groove;
border-bottom: none;
text-align: left;
}

/* 标注目录中的当前目录 */
#sectionListItem_title_scroll {
font-size: 12px;
}

#sectionListItem_title_scroll a.current::after {
content: ' ←';
}

/* 鼠标移动到选项上修改背景颜色 */
#noteTools li a:hover {
background-color: #555;
color: white !important;
}
Binary file modified wereader.zip
Binary file not shown.

0 comments on commit 7575261

Please sign in to comment.