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