mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 16:55:50 +01:00
use class instead of inline style for note info calculate button
This commit is contained in:
@@ -62,7 +62,6 @@ export default function NoteInfoTab({ note }: TabContext) {
|
||||
{!isLoading && !noteSizeResponse && !subtreeSizeResponse && (
|
||||
<Button
|
||||
className="calculate-button"
|
||||
style={{ padding: "0px 10px 0px 10px" }}
|
||||
icon="bx bx-calculator"
|
||||
text={t("note_info_widget.calculate")}
|
||||
onClick={() => {
|
||||
|
||||
Reference in New Issue
Block a user