mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2024-12-23 08:30:38 +01:00
Implemented: Open options in new tab (#91)
This commit is contained in:
parent
1d8c43a9d2
commit
cee93d524f
@ -50,7 +50,8 @@
|
||||
},
|
||||
|
||||
"options_ui": {
|
||||
"page": "pages/options/options.html"
|
||||
"page": "pages/options/options.html",
|
||||
"open_in_tab": true
|
||||
},
|
||||
|
||||
"web_accessible_resources": [
|
||||
|
@ -9,6 +9,9 @@ body {
|
||||
font-size: 14px;
|
||||
margin-top: -15px;
|
||||
padding: 10px !important;
|
||||
max-width: 800px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.option {
|
||||
|
@ -26,6 +26,7 @@
|
||||
<ul>
|
||||
<li>Added CDN: gitcdn.github.io (<a href="https://codeberg.org/nobody/LocalCDN/issues/90">#90</a>)</li>
|
||||
<li>Added: Bootstrap Toggle v2.2.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/90">#90</a>)</li>
|
||||
<li>Implemented: Open options in new tab (<a href="https://codeberg.org/nobody/LocalCDN/issues/91">#91</a>)</li>
|
||||
</ul>
|
||||
<div id="generator-section">
|
||||
<div class="topic-label">
|
||||
|
Loading…
Reference in New Issue
Block a user