Skip to content

Commit 263edbd

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 61373ae commit 263edbd

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

src/electron/frontend/assets/css/main.css

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,9 @@ button[disabled] {
310310
padding: 3px 10px;
311311
background-color: #fff;
312312
font-size: 13px;
313-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
314-
sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
313+
font-family:
314+
-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
315+
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
315316
}
316317

317318
.menu.file {
@@ -324,8 +325,9 @@ button[disabled] {
324325
background-color: #fff;
325326
color: black;
326327
font-size: 13px;
327-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
328-
sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
328+
font-family:
329+
-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
330+
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
329331
}
330332

331333
.menu.file li:hover {
@@ -355,8 +357,9 @@ button[disabled] {
355357
padding: 3px 10px;
356358
background-color: #fff;
357359
font-size: 13px;
358-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
359-
sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
360+
font-family:
361+
-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
362+
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
360363
}
361364

362365
.menu.reg-folder.off {

src/electron/frontend/core/components/BasicTable.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,9 @@ export class BasicTable extends LitElement {
108108
margin: 0px 5px;
109109
text-align: center;
110110
font-size: 80%;
111-
font-family: "Twemoji Mozilla", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
112-
"Noto Color Emoji", "EmojiOne Color", "Android Emoji", sans-serif;
111+
font-family:
112+
"Twemoji Mozilla", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji",
113+
"EmojiOne Color", "Android Emoji", sans-serif;
113114
}
114115
115116
#buttons {

0 commit comments

Comments
 (0)