From 3ff6898eec70218fdfa65edbc5baec74f6e322e1 Mon Sep 17 00:00:00 2001 From: Niklas Rousset Date: Fri, 20 Sep 2024 17:35:16 +0200 Subject: [PATCH] add a FAQ section --- index.html | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++--- main.css | 37 +++++++++++++++++++++++++++++ 2 files changed, 104 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 5e8442a..37349d8 100644 --- a/index.html +++ b/index.html @@ -64,7 +64,7 @@

Unlock your MacBook Pro®'s Full Brightness

Get started with a free trial

- Enjoy a 3-day free trial of BrightIntosh from the App Store! + Enjoy a 3-day free trial of BrightIntosh after getting it from the App Store!
After the trial, unlock the full app for just $1.99*.
@@ -112,11 +112,61 @@

Compatibility

+
+

FAQ

+
+
+ +
+

Please close BrightIntosh and reboot your MacBook Pro. If the problem persists please contact us. +

+
+
+
+ +
+

Please close BrightIntosh and reboot your MacBook Pro as this is a problem with the communication with + the App Store. If the problem persists please contact us. +

+
+
+
+ +
+

When BrightIntosh is running, you can access the settings by clicking on the sun icon in the menu bar + and selecting "Settings".

+

+
+
+
+ +
+

Apple does not allow sandboxed third-party apps to control the display brightness using the default + keys.

+

You can adjust the brightness using the slider in the BrightIntosh settings or by using the custom + keyboard shortcuts.

+
+
+
+ +
+

For support, please open an issue on our GitHub issue tracker or contact us via email or .

+
+
+
+

How it works

    -
  1. BrightIntosh activates full HDR brightness on your MacBook Pro by creating a tiny 1x1 pixel overlay with +
  2. BrightIntosh activates full HDR brightness on your MacBook Pro by creating a tiny 1x1 pixel overlay + with the brightest HDR color, prompting macOS to enable maximum screen brightness.
  3. This pixel is discreetly hidden behind the rounded corner of your MacBook Pro's display, making it @@ -143,7 +193,8 @@

    Disclaimer

Trademark notices

- App Store, Apple, Apple Pro Display XDR, MacBook Pro, macOS, Liquid Retina XDR and the Apple logo are trademarks + App Store, Apple, Apple Pro Display XDR, MacBook Pro, macOS, Liquid Retina XDR and the Apple logo are + trademarks of Apple Inc., registered in the U.S. and other countries. @@ -159,6 +210,19 @@

Trademark notices

diff --git a/main.css b/main.css index 4d32fe6..3bc556c 100644 --- a/main.css +++ b/main.css @@ -416,6 +416,43 @@ h2 { font-size: 12px; } + +.collapsible-toggle { + background: none; + padding: 0; + color: #5d5d5d; + cursor: pointer; + width: 100%; + border: none; + text-align: left; + outline: none; + font-size: 20px; + font-weight: 700; + margin-bottom: 10px; +} + +.collapsible-toggle::before { + content: "▾"; + font-family: monospace; + padding-right: 10px; +} + +.collapsible-toggle.active::before { + content: "▴"; +} + +.collapsible-content { + max-height: 0; + padding-left: 20px; + overflow: hidden; + transition: max-height 0.2s ease-out; +} + +.collapsible-content p { + margin: 0; + margin-bottom: 10px; +} + @media screen and (max-width: 1350px) { .head {