mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 17:08:58 +01:00
use class instead of inline style for note info calculate button
This commit is contained in:
parent
4d1ebd011c
commit
a1c959aabd
@ -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={() => {
|
||||
|
||||
@ -189,6 +189,10 @@
|
||||
font-size: 0.8em;
|
||||
vertical-align: middle !important;
|
||||
}
|
||||
|
||||
.note-info-widget .calculate-button {
|
||||
padding: 0 10px;
|
||||
}
|
||||
/* #endregion */
|
||||
|
||||
/* #region Similar Notes */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user