Skip to content

Commit

Permalink
fix EDR triggers showing on non-WebKit
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatStella7922 committed Nov 28, 2023
1 parent 68040fd commit 7435e7c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# [Stella's Landing Site](https://thatstel.la)
- Index HTML v2023.1128.0
- Index HTML v2023.1128.1
- Main page structure
- Stylesheet v2023.1128.0
- Stylesheet v2023.1128.1
- Styling, blurs, layout
- Quotes JavaScript v2023.0822.0
- Handles quotes text under the nav buttons, sometimes does other messages
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!-- Stella's Landing Site
v2023.1128.0
v2023.1128.1
https://github.com/ThatStella7922/landing
Expand All @@ -12,7 +12,7 @@
<head>
<meta charset="utf-8">
<title>Stella's Landing Site</title>
<link rel="stylesheet" href="//files.thatstel.la/hidden/css/landing-styleshit.css?version=20231128.0">
<link rel="stylesheet" href="//files.thatstel.la/hidden/css/landing-styleshit.css?version=202311281">
<!--<link rel="stylesheet" href="landing-styleshit.css">-->
<link rel="shortcut icon" href="landing-assets/favicon.ico" type="image/x-icon">
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi, viewport-fit=cover"/>
Expand Down Expand Up @@ -123,7 +123,7 @@

<footer>
<div id="footer-sidebyside">
<p onclick="manualSetQuotesText()">ThatStella7922 - v2023.1128.0</p>
<p onclick="manualSetQuotesText()">ThatStella7922 - v2023.1128.1</p>
<p class="edr-max" id="edr-enable" onclick="promptSetMaxEDRBrightness()"><strong>EDR Supported</strong></sub></p> <!-- only visible on EDR displays in WebKit -->
</div>
</footer>
Expand Down
4 changes: 2 additions & 2 deletions landing-styleshit.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ThatStella7922 Landing Website Stylesheet
mreowww :3
v2023.1128.0
v2023.1128.1
*/

/* small css reset because something was causing issues and im too dumb to figure out what it was */
Expand Down Expand Up @@ -308,7 +308,7 @@ For now, the effect only seems to work properly on WebKit browsers running on Ap
#edr-enable {
display: none;
}
#xdr-video {
#edr-video {
display: none;
}
@media screen and (dynamic-range: high) {
Expand Down

0 comments on commit 7435e7c

Please sign in to comment.