Skip to content

Commit

Permalink
Deploying version 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmjones committed Mar 16, 2023
1 parent 509afee commit 7ec4457
Show file tree
Hide file tree
Showing 102 changed files with 26,748 additions and 19,647 deletions.
56 changes: 43 additions & 13 deletions assets/css/settings.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.nav-status-wrapper.svelte-1i784er {
position: relative
}

.toggler.svelte-k1tgof:not(.toggleDisabled) {
cursor: pointer
}
Expand Down Expand Up @@ -58,42 +62,53 @@
text-align: center
}

#as3cf-settings.wpome div.panel.settings .header img.svelte-yact8k.svelte-yact8k {
.notice-icon-wrapper.svelte-jtkdoa {
display: inline-block;
min-width: 1.1875rem
}

.notice-icon.svelte-jtkdoa {
margin-left: 2px;
margin-top: -1.5px;
vertical-align: middle
}

#as3cf-settings.wpome div.panel.settings .header img.svelte-cn9mf.svelte-cn9mf {
width: var(--as3cf-settings-ctrl-width);
height: var(--as3cf-settings-ctrl-width)
}

.provider-details.svelte-yact8k.svelte-yact8k {
.provider-details.svelte-cn9mf.svelte-cn9mf {
display: flex;
flex-direction: column;
flex: auto;
margin-left: var(--as3cf-settings-option-indent);
z-index: 1
}

#as3cf-settings.wpome div.panel .provider-details.svelte-yact8k h4.svelte-yact8k {
#as3cf-settings.wpome div.panel .provider-details.svelte-cn9mf h3.svelte-cn9mf {
margin-left: 0;
margin-bottom: 0.5rem
}

#as3cf-settings.wpome div.panel .console-details.svelte-yact8k.svelte-yact8k {
#as3cf-settings.wpome div.panel .console-details.svelte-cn9mf.svelte-cn9mf {
display: flex;
align-items: center;
font-size: 0.75rem
}

.console-details.svelte-yact8k .console.svelte-yact8k {
.console-details.svelte-cn9mf .console.svelte-cn9mf {
flex: 0 1 min-content;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis
}

#as3cf-settings.wpome div.panel .console-details.svelte-yact8k a[target="_blank"].console.svelte-yact8k:after {
#as3cf-settings.wpome div.panel .console-details.svelte-cn9mf a[target="_blank"].console.svelte-cn9mf:after {
margin-right: 0
}

#as3cf-settings.wpome div.panel .console-details.svelte-yact8k .region.svelte-yact8k {
#as3cf-settings.wpome div.panel .console-details.svelte-cn9mf .region.svelte-cn9mf {
flex: 1 0 auto;
color: var(--as3cf-color-gray-500);
margin: 0 0.5rem
Expand All @@ -103,37 +118,52 @@
cursor: pointer
}

#as3cf-settings.wpome div.panel.settings .header img.svelte-54jmjg.svelte-54jmjg {
#as3cf-settings.wpome div.panel.settings .header img.svelte-sglpwv.svelte-sglpwv {
width: var(--as3cf-settings-ctrl-width);
height: var(--as3cf-settings-ctrl-width)
}

.provider-details.svelte-54jmjg.svelte-54jmjg {
.provider-details.svelte-sglpwv.svelte-sglpwv {
display: flex;
flex-direction: column;
flex: auto;
margin-left: var(--as3cf-settings-option-indent);
z-index: 1
}

#as3cf-settings.wpome div.panel .provider-details.svelte-54jmjg h4.svelte-54jmjg {
#as3cf-settings.wpome div.panel .provider-details.svelte-sglpwv h3.svelte-sglpwv {
margin-left: 0;
margin-bottom: 0.5rem
}

#as3cf-settings.wpome div.panel .console-details.svelte-54jmjg.svelte-54jmjg {
#as3cf-settings.wpome div.panel .console-details.svelte-sglpwv.svelte-sglpwv {
display: flex;
align-items: center;
font-size: 0.75rem
}

.console-details.svelte-54jmjg .console.svelte-54jmjg {
.console-details.svelte-sglpwv .console.svelte-sglpwv {
flex: 0 1 min-content;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis
}

#as3cf-settings.wpome div.panel .console-details.svelte-54jmjg a[target="_blank"].console.svelte-54jmjg:after {
#as3cf-settings.wpome div.panel .console-details.svelte-sglpwv a[target="_blank"].console.svelte-sglpwv:after {
margin-right: 0
}

div.check-again.svelte-1oue4lo.svelte-1oue4lo {
display: flex;
flex-direction: column;
align-items: flex-end;
white-space: nowrap;
min-width: 6rem;
padding-left: 0.5rem;
color: var(--as3cf-color-gray-700)
}

#as3cf-settings .check-again.svelte-1oue4lo .last-update.svelte-1oue4lo {
padding-right: 2px;
margin-top: 2px
}
2 changes: 1 addition & 1 deletion assets/css/settings.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7ec4457

Please sign in to comment.