Skip to content

Commit

Permalink
Merge pull request z1g-project#9 from z1g-project/beta
Browse files Browse the repository at this point in the history
Preperation for v1.2.0 Launch
  • Loading branch information
Notplayingallday383 authored Aug 15, 2023
2 parents 993210f + 6452708 commit d2e0093
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 7 deletions.
1 change: 0 additions & 1 deletion sodium-static/public/amoled.css
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@
.battery-text {
position: absolute;
top: 10.5px;
right: -12.7px;
transform: translate(-100%, -75%);
font-size: 13px;
color: white;
Expand Down
3 changes: 1 addition & 2 deletions sodium-static/public/immortal.css
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,7 @@

.battery-text {
position: absolute;
top: 10.5px;
right: -12.7px;
top: 10.5px;
transform: translate(-100%, -75%);
font-size: 13px;
color: white;
Expand Down
3 changes: 2 additions & 1 deletion sodium-static/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,13 @@
<div class="modal-content">
<span class="close">&times;</span>
<h2>What's New</h2>
<p class="release-date">Release Date: August 13th, 2023</p>
<p class="release-date">Release Date: August 15th, 2023</p>
<ul class="changes-list">
<li>Updated Dynamic 0.7.0 > 0.7.2</li>
<li>Fixed Z-Index in <a href="https://github.com/z1g-project/sodium/pull/5">#5</a></li>
<li>Fix Old New Tab</li>
<li>Fix Dead SW's still being registered</li>
<li>Fix Battery Text wrapping issue</li>
<li>Improved performance</li>
<li>Fix Proxy Encode Problems</li>
<li>Other minor Fixes!</li>
Expand Down
1 change: 0 additions & 1 deletion sodium-static/public/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ textarea {
.battery-text {
position: absolute;
top: 10.5px;
right: -12.7px;
transform: translate(-100%, -75%);
font-size: 13px;
color: white;
Expand Down
1 change: 0 additions & 1 deletion sodium-static/public/sodium.css
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ textarea {
.battery-text {
position: absolute;
top: 10.5px;
right: -12.7px;
transform: translate(-100%, -75%);
font-size: 13px;
color: white;
Expand Down
1 change: 0 additions & 1 deletion sodium-static/public/ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ textarea {
.battery-text {
position: absolute;
top: 10.5px;
right: -12.7px;
transform: translate(-100%, -75%);
font-size: 13px;
color: white;
Expand Down

0 comments on commit d2e0093

Please sign in to comment.