mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Delete themes/bfcc400a-4ecb-4752-bfd2-a68f116a2722 directory
This commit is contained in:
parent
aa1fa4d102
commit
4bd72dc32e
5 changed files with 0 additions and 500 deletions
|
@ -1,344 +0,0 @@
|
||||||
@media (-moz-bool-pref: "theme.no_gaps.split.gaps") and (-moz-bool-pref: "theme.no_gaps.fixes.center_split_view") {
|
|
||||||
#zen-appcontent-wrapper:has(
|
|
||||||
> #zen-tabbox-wrapper
|
|
||||||
> #tabbrowser-tabbox
|
|
||||||
> #tabbrowser-tabpanels[zen-split-view="true"]
|
|
||||||
)
|
|
||||||
> #zen-tabbox-wrapper {
|
|
||||||
margin-top: 1px !important;
|
|
||||||
margin-bottom: 5px !important;
|
|
||||||
margin-right: 7px !important;
|
|
||||||
|
|
||||||
:root[zen-compact-mode="true"] & {
|
|
||||||
@media (-moz-bool-pref: "zen.view.compact.hide-toolbar") {
|
|
||||||
margin-top: -3px !important;
|
|
||||||
}
|
|
||||||
@media (-moz-bool-pref: "zen.view.compact.hide-tabbar") {
|
|
||||||
margin-left: -3px !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
:root[zen-single-toolbar="true"]:not([customizing]) {
|
|
||||||
@media (-moz-bool-pref: "zen.view.hide-window-controls") {
|
|
||||||
@media (-moz-bool-pref: "theme.no_gaps.single_toolbar.disable_navbar") {
|
|
||||||
@media (-moz-bool-pref: "theme.no_gaps.split.single_toolbar.disable_navbar") {
|
|
||||||
#zen-appcontent-navbar-container {
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media not (-moz-bool-pref: "theme.no_gaps.split.single_toolbar.disable_navbar") {
|
|
||||||
#zen-appcontent-wrapper:has(
|
|
||||||
> #zen-tabbox-wrapper
|
|
||||||
> #tabbrowser-tabbox
|
|
||||||
> #tabbrowser-tabpanels:not([zen-split-view="true"])
|
|
||||||
)
|
|
||||||
> #zen-appcontent-navbar-container {
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (-moz-bool-pref: "theme.no_gaps.split.single_toolbar.hide_navbar") {
|
|
||||||
#zen-appcontent-wrapper:has(
|
|
||||||
> #zen-tabbox-wrapper
|
|
||||||
> #tabbrowser-tabbox
|
|
||||||
> #tabbrowser-tabpanels[zen-split-view="true"]
|
|
||||||
) {
|
|
||||||
height: calc(100% + var(--zen-element-separation));
|
|
||||||
transition: height 0.2s ease;
|
|
||||||
|
|
||||||
& > #zen-tabbox-wrapper {
|
|
||||||
top: calc(-1 * var(--zen-element-separation));
|
|
||||||
z-index: -1 !important;
|
|
||||||
transition: top 0.2s ease;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:not(
|
|
||||||
:has(
|
|
||||||
> #zen-appcontent-navbar-container:not(
|
|
||||||
[zen-has-hover="true"],
|
|
||||||
[has-popup-menu],
|
|
||||||
:focus-within
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
> #zen-tabbox-wrapper {
|
|
||||||
top: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media not (-moz-bool-pref: "theme.no_gaps.single_toolbar.disable_navbar") {
|
|
||||||
@media (-moz-bool-pref: "theme.no_gaps.split.single_toolbar.disable_navbar") {
|
|
||||||
#zen-appcontent-wrapper:has(
|
|
||||||
> #zen-tabbox-wrapper
|
|
||||||
> #tabbrowser-tabbox
|
|
||||||
> #tabbrowser-tabpanels[zen-split-view="true"]
|
|
||||||
)
|
|
||||||
> #zen-appcontent-navbar-container {
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (-moz-bool-pref: "theme.no_gaps.single_toolbar.hide_navbar") {
|
|
||||||
#zen-appcontent-wrapper:has(
|
|
||||||
> #zen-tabbox-wrapper
|
|
||||||
> #tabbrowser-tabbox
|
|
||||||
> #tabbrowser-tabpanels:not([zen-split-view="true"])
|
|
||||||
) {
|
|
||||||
height: calc(100% + var(--zen-element-separation));
|
|
||||||
transition: height 0.2s ease;
|
|
||||||
|
|
||||||
& > #zen-tabbox-wrapper {
|
|
||||||
top: calc(-1 * var(--zen-element-separation));
|
|
||||||
z-index: -1 !important;
|
|
||||||
transition: top 0.2s ease;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:not(
|
|
||||||
:has(
|
|
||||||
> #zen-appcontent-navbar-container:not(
|
|
||||||
[zen-has-hover="true"],
|
|
||||||
[has-popup-menu],
|
|
||||||
:focus-within
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
> #zen-tabbox-wrapper {
|
|
||||||
top: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media not (-moz-bool-pref: "theme.no_gaps.split.single_toolbar.disable_navbar") {
|
|
||||||
@media (-moz-bool-pref: "theme.no_gaps.single_toolbar.hide_navbar") {
|
|
||||||
@media (-moz-bool-pref: "theme.no_gaps.split.single_toolbar.hide_navbar") {
|
|
||||||
#zen-appcontent-wrapper {
|
|
||||||
height: calc(100% + var(--zen-element-separation));
|
|
||||||
transition: height 0.2s ease;
|
|
||||||
|
|
||||||
& > #zen-tabbox-wrapper {
|
|
||||||
top: calc(-1 * var(--zen-element-separation));
|
|
||||||
z-index: -1 !important;
|
|
||||||
transition: top 0.2s ease;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:not(
|
|
||||||
:has(
|
|
||||||
> #zen-appcontent-navbar-container:not(
|
|
||||||
[zen-has-hover="true"],
|
|
||||||
[has-popup-menu],
|
|
||||||
:focus-within
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
> #zen-tabbox-wrapper {
|
|
||||||
top: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media not (-moz-bool-pref: "theme.no_gaps.split.single_toolbar.hide_navbar") {
|
|
||||||
#zen-appcontent-wrapper:has(
|
|
||||||
> #zen-tabbox-wrapper
|
|
||||||
> #tabbrowser-tabbox
|
|
||||||
> #tabbrowser-tabpanels:not([zen-split-view="true"])
|
|
||||||
) {
|
|
||||||
height: calc(100% + var(--zen-element-separation));
|
|
||||||
transition: height 0.2s ease;
|
|
||||||
|
|
||||||
& > #zen-tabbox-wrapper {
|
|
||||||
top: calc(-1 * var(--zen-element-separation));
|
|
||||||
z-index: -1 !important;
|
|
||||||
transition: top 0.2s ease;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:not(
|
|
||||||
:has(
|
|
||||||
> #zen-appcontent-navbar-container:not(
|
|
||||||
[zen-has-hover="true"],
|
|
||||||
[has-popup-menu],
|
|
||||||
:focus-within
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
> #zen-tabbox-wrapper {
|
|
||||||
top: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media not (-moz-bool-pref: "theme.no_gaps.single_toolbar.hide_navbar") {
|
|
||||||
@media (-moz-bool-pref: "theme.no_gaps.split.single_toolbar.hide_navbar") {
|
|
||||||
#zen-appcontent-wrapper:has(
|
|
||||||
> #zen-tabbox-wrapper
|
|
||||||
> #tabbrowser-tabbox
|
|
||||||
> #tabbrowser-tabpanels[zen-split-view="true"]
|
|
||||||
) {
|
|
||||||
height: calc(100% + var(--zen-element-separation));
|
|
||||||
transition: height 0.2s ease;
|
|
||||||
|
|
||||||
& > #zen-tabbox-wrapper {
|
|
||||||
top: calc(-1 * var(--zen-element-separation));
|
|
||||||
z-index: -1 !important;
|
|
||||||
transition: top 0.2s ease;
|
|
||||||
}
|
|
||||||
&:not(
|
|
||||||
:has(
|
|
||||||
> #zen-appcontent-navbar-container:not(
|
|
||||||
[zen-has-hover="true"],
|
|
||||||
[has-popup-menu],
|
|
||||||
:focus-within
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
> #zen-tabbox-wrapper {
|
|
||||||
top: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media not (-moz-bool-pref: "theme.no_gaps.split.outline") {
|
|
||||||
hbox.browserSidebarContainer {
|
|
||||||
outline: none !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media not (-moz-bool-pref: "theme.no_gaps.shadow") {
|
|
||||||
@media not (-moz-bool-pref: "theme.no_gaps.split.shadow") {
|
|
||||||
hbox.browserSidebarContainer {
|
|
||||||
box-shadow: none !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (-moz-bool-pref: "theme.no_gaps.split.shadow") {
|
|
||||||
hbox.browserSidebarContainer:not([zen-split="true"]) {
|
|
||||||
box-shadow: none !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (-moz-bool-pref: "theme.no_gaps.shadow") {
|
|
||||||
@media not (-moz-bool-pref: "theme.no_gaps.split.shadow") {
|
|
||||||
hbox.browserSidebarContainer[zen-split="true"] {
|
|
||||||
box-shadow: none !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media not (-moz-bool-pref: "theme.no_gaps.rounded_corners") {
|
|
||||||
@media not (-moz-bool-pref: "theme.no_gaps.split.rounded_corners") {
|
|
||||||
#tabbrowser-tabpanels .browserSidebarContainer {
|
|
||||||
border-radius: 0 !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (-moz-bool-pref: "theme.no_gaps.split.rounded_corners") {
|
|
||||||
#tabbrowser-tabpanels:not([zen-split-view="true"]) .browserSidebarContainer {
|
|
||||||
border-radius: 0 !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (-moz-bool-pref: "theme.no_gaps.rounded_corners") {
|
|
||||||
@media not (-moz-bool-pref: "theme.no_gaps.split.rounded_corners") {
|
|
||||||
#tabbrowser-tabpanels[zen-split-view="true"] .browserSidebarContainer {
|
|
||||||
border-radius: 0 !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media not (-moz-bool-pref: "theme.no_gaps.gaps") {
|
|
||||||
hbox.browserSidebarContainer:not([zen-split="true"]) {
|
|
||||||
margin: 0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media not (-moz-bool-pref: "theme.no_gaps.split.gaps") {
|
|
||||||
tabbox#tabbrowser-tabbox {
|
|
||||||
--zen-split-row-gap: 0 !important;
|
|
||||||
--zen-split-column-gap: 0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.zen-split-view-splitter[orient="vertical"] {
|
|
||||||
margin-left: calc(-1 * var(--zen-element-separation) + 1px) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.zen-split-view-splitter[orient="horizontal"] {
|
|
||||||
height: calc(var(--zen-element-separation) * 2 - 3px) !important;
|
|
||||||
margin-top: calc(-1 * var(--zen-element-separation) + 1px) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#zen-appcontent-wrapper {
|
|
||||||
margin: 0 !important;
|
|
||||||
}
|
|
||||||
#zen-tabbox-wrapper {
|
|
||||||
margin: 0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (-moz-bool-pref: "theme.no_gaps.split.outline") {
|
|
||||||
hbox.browserSidebarContainer[zen-split="true"] {
|
|
||||||
margin: 1px !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (-moz-bool-pref: "theme.no_gaps.split.gaps") {
|
|
||||||
#zen-appcontent-wrapper:not(
|
|
||||||
:has(
|
|
||||||
> #zen-tabbox-wrapper
|
|
||||||
> #tabbrowser-tabbox
|
|
||||||
> #tabbrowser-tabpanels[zen-split-view="true"]
|
|
||||||
)
|
|
||||||
) {
|
|
||||||
margin: 0 !important;
|
|
||||||
|
|
||||||
& > #zen-tabbox-wrapper {
|
|
||||||
margin: 0 !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (-moz-bool-pref: "theme.no_gaps.gaps") {
|
|
||||||
@media not (-moz-bool-pref: "theme.no_gaps.split.gaps") {
|
|
||||||
tabbox#tabbrowser-tabbox {
|
|
||||||
--zen-split-row-gap: 0 !important;
|
|
||||||
--zen-split-column-gap: 0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.zen-split-view-splitter[orient="vertical"] {
|
|
||||||
margin-left: calc(-1 * var(--zen-element-separation) + 1px) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.zen-split-view-splitter[orient="horizontal"] {
|
|
||||||
height: calc(var(--zen-element-separation) * 2 - 3px) !important;
|
|
||||||
margin-top: calc(-1 * var(--zen-element-separation) + 1px) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (-moz-bool-pref: "theme.no_gaps.split.outline") {
|
|
||||||
hbox.browserSidebarContainer[zen-split="true"] {
|
|
||||||
margin: 1px !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#zen-appcontent-wrapper:has(
|
|
||||||
> #zen-tabbox-wrapper
|
|
||||||
> #tabbrowser-tabbox
|
|
||||||
> #tabbrowser-tabpanels[zen-split-view="true"]
|
|
||||||
) {
|
|
||||||
margin: 0 !important;
|
|
||||||
|
|
||||||
& > #zen-tabbox-wrapper {
|
|
||||||
margin: 0 !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Binary file not shown.
Before Width: | Height: | Size: 12 KiB |
|
@ -1,74 +0,0 @@
|
||||||
[
|
|
||||||
{
|
|
||||||
"property": "theme.no_gaps.gaps",
|
|
||||||
"label": "Gaps in single-tab view",
|
|
||||||
"type": "checkbox",
|
|
||||||
"defaultValue": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"property": "theme.no_gaps.split.gaps",
|
|
||||||
"label": "Gaps in multi-tab view",
|
|
||||||
"type": "checkbox",
|
|
||||||
"defaultValue": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"property": "theme.no_gaps.rounded_corners",
|
|
||||||
"label": "Rounded corners in single-tab view",
|
|
||||||
"type": "checkbox",
|
|
||||||
"defaultValue": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"property": "theme.no_gaps.split.rounded_corners",
|
|
||||||
"label": "Rounded corners in multi-tab view",
|
|
||||||
"type": "checkbox",
|
|
||||||
"defaultValue": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"property": "theme.no_gaps.shadow",
|
|
||||||
"label": "Shadow in single-tab view",
|
|
||||||
"type": "checkbox",
|
|
||||||
"defaultValue": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"property": "theme.no_gaps.split.shadow",
|
|
||||||
"label": "Shadow in multi-tab view",
|
|
||||||
"type": "checkbox",
|
|
||||||
"defaultValue": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"property": "theme.no_gaps.split.outline",
|
|
||||||
"label": "Outline in multi-tab view",
|
|
||||||
"type": "checkbox",
|
|
||||||
"defaultValue": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"property": "theme.no_gaps.single_toolbar.hide_navbar",
|
|
||||||
"label": "Hide top bar in single-tab view (single toolbar)",
|
|
||||||
"type": "checkbox",
|
|
||||||
"defaultValue": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"property": "theme.no_gaps.split.single_toolbar.hide_navbar",
|
|
||||||
"label": "Hide top bar in multi-tab view (single toolbar)",
|
|
||||||
"type": "checkbox",
|
|
||||||
"defaultValue": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"property": "theme.no_gaps.single_toolbar.disable_navbar",
|
|
||||||
"label": "Remove top bar in single-tab view (single toolbar)",
|
|
||||||
"type": "checkbox",
|
|
||||||
"defaultValue": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"property": "theme.no_gaps.split.single_toolbar.disable_navbar",
|
|
||||||
"label": "Remove top bar in multi-tab view (single toolbar)",
|
|
||||||
"type": "checkbox",
|
|
||||||
"defaultValue": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"property": "theme.no_gaps.fixes.center_split_view",
|
|
||||||
"label": "Fix: Make margin in different view modes consistent",
|
|
||||||
"type": "checkbox",
|
|
||||||
"defaultValue": false
|
|
||||||
}
|
|
||||||
]
|
|
|
@ -1,67 +0,0 @@
|
||||||
# No Gaps
|
|
||||||
|
|
||||||
#### Removes gaps between a browser tab and browser window when the view isn't split.
|
|
||||||
|
|
||||||
Full list of features below.
|
|
||||||
|
|
||||||
## Options
|
|
||||||
|
|
||||||
- Gaps in single-tab view
|
|
||||||
Prevents the theme from removing gaps.
|
|
||||||
Works in: Single-tab view
|
|
||||||
Default: Off
|
|
||||||
|
|
||||||
- Gaps in multi-tab view
|
|
||||||
Prevents the theme from removing gaps.
|
|
||||||
Works in: Multi-tab view
|
|
||||||
Default: On
|
|
||||||
|
|
||||||
- Rounded corners in single-tab view
|
|
||||||
Prevents the theme from removing rounded corners.
|
|
||||||
Works in: Single-tab view
|
|
||||||
Default: Off
|
|
||||||
|
|
||||||
- Rounded corners in multi-tab view
|
|
||||||
Prevents the theme from removing rounded corners.
|
|
||||||
Works in: Multi-tab view
|
|
||||||
Default: On
|
|
||||||
|
|
||||||
- Shadow in single-tab view
|
|
||||||
Prevents the theme from removing shadows around the tab.
|
|
||||||
Works in: Single-tab view
|
|
||||||
Default: On
|
|
||||||
|
|
||||||
- Shadow in multi-tab view
|
|
||||||
Prevents the theme from removing shadows around the tabs.
|
|
||||||
Works in: Multi-tab view
|
|
||||||
Default: On
|
|
||||||
|
|
||||||
- Outline in multi-tab view
|
|
||||||
Prevents the theme from removing the highlighted outline/border around the active tab in multi-tab view.
|
|
||||||
Works in: Multi-tab view
|
|
||||||
Default: On
|
|
||||||
|
|
||||||
- Hide top bar in single-tab view (single toolbar)
|
|
||||||
Removes the gap caused by the top bar in single toolbar mode.
|
|
||||||
Works in: Single-tab view
|
|
||||||
Default: On
|
|
||||||
|
|
||||||
- Hide top bar in multi-tab view (single toolbar)
|
|
||||||
Removes the gap caused by the top bar in single toolbar mode.
|
|
||||||
Works in: Multi-tab view
|
|
||||||
Default: Off
|
|
||||||
|
|
||||||
- Remove top bar in single-tab view (single toolbar)
|
|
||||||
Stops the top bar from ever rendering in single toolbar mode.
|
|
||||||
Works in: Single-tab view
|
|
||||||
Default: Off
|
|
||||||
|
|
||||||
- Remove top bar in multi-tab view (single toolbar)
|
|
||||||
Stops the top bar from ever rendering in single toolbar mode.
|
|
||||||
Works in: Multi-tab view
|
|
||||||
Default: Off
|
|
||||||
|
|
||||||
- Fix: Make margin in different view modes consistent
|
|
||||||
Changes margin values in multi-tab view to make it consistent with single-tab view
|
|
||||||
Works in: Multi-tab view
|
|
||||||
Default: Off
|
|
|
@ -1,15 +0,0 @@
|
||||||
{
|
|
||||||
"id": "bfcc400a-4ecb-4752-bfd2-a68f116a2722",
|
|
||||||
"name": "No Gaps",
|
|
||||||
"description": "Removes the gaps in single-tab view.",
|
|
||||||
"homepage": "https://github.com/zen-browser/theme-store/tree/main/themes/bfcc400a-4ecb-4752-bfd2-a68f116a2722",
|
|
||||||
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bfcc400a-4ecb-4752-bfd2-a68f116a2722/chrome.css",
|
|
||||||
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bfcc400a-4ecb-4752-bfd2-a68f116a2722/readme.md",
|
|
||||||
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bfcc400a-4ecb-4752-bfd2-a68f116a2722/image.png",
|
|
||||||
"author": "Peleret",
|
|
||||||
"version": "1.2.2",
|
|
||||||
"tags": [],
|
|
||||||
"createdAt": "2024-10-21",
|
|
||||||
"updatedAt": "2025-02-09",
|
|
||||||
"preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/bfcc400a-4ecb-4752-bfd2-a68f116a2722/preferences.json"
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue