mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-11 11:02:27 +08:00
style(next)/floating buttons/show table of contents: fix the rounded corners being placed on the wrong side
This commit is contained in:
parent
7a2eb81a81
commit
2e15c926c5
@ -13,7 +13,7 @@ export default class ShowTocWidgetButton extends OnClickButtonWidget {
|
|||||||
constructor() {
|
constructor() {
|
||||||
super();
|
super();
|
||||||
|
|
||||||
this.icon("bx-spreadsheet bx-rotate-180")
|
this.icon("bx-tn-toc")
|
||||||
.title(t("show_toc_widget_button.show_toc"))
|
.title(t("show_toc_widget_button.show_toc"))
|
||||||
.titlePlacement("bottom")
|
.titlePlacement("bottom")
|
||||||
.onClick(() => {
|
.onClick(() => {
|
||||||
|
@ -1796,4 +1796,11 @@ footer.file-footer button {
|
|||||||
.content-floating-buttons button.bx {
|
.content-floating-buttons button.bx {
|
||||||
font-size: 130%;
|
font-size: 130%;
|
||||||
padding: 1px 10px 1px 10px;
|
padding: 1px 10px 1px 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Customized icons */
|
||||||
|
|
||||||
|
.bx-tn-toc::before {
|
||||||
|
content: "\ec24";
|
||||||
|
transform: rotate(180deg);
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user