mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
Merge remote-tracking branch 'upstream-next/develop' into feature/i18n-part2
This commit is contained in:
commit
ff3effdb31
@ -837,18 +837,24 @@ body {
|
||||
scrollbar-color: var(--scrollbar-background-color) var(--main-background-color);
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 12px;
|
||||
}
|
||||
@supports selector(::-webkit-scrollbar) {
|
||||
body {
|
||||
scrollbar-color: unset;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
border-radius: 5px;
|
||||
border: 1px solid var(--scrollbar-border-color);
|
||||
background-color: var(--scrollbar-background-color);
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-corner {
|
||||
background-color: inherit;
|
||||
::-webkit-scrollbar {
|
||||
width: 12px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
border-radius: 5px;
|
||||
border: 1px solid var(--scrollbar-border-color);
|
||||
background-color: var(--scrollbar-background-color);
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-corner {
|
||||
background-color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
[data-toggle="tooltip"]:not(.button-widget) span {
|
||||
|
1123
src/public/translations/es/translation.json
Normal file
1123
src/public/translations/es/translation.json
Normal file
File diff suppressed because it is too large
Load Diff
@ -137,9 +137,13 @@ function getSupportedLocales() {
|
||||
"id": "en",
|
||||
"name": "English"
|
||||
},
|
||||
{
|
||||
"id": "es",
|
||||
"name": "Español"
|
||||
},
|
||||
{
|
||||
"id": "cn",
|
||||
"name": "Chinese"
|
||||
"name": "简体中文"
|
||||
}
|
||||
];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user