investigate privacy buttons not working #15

Open
opened 2025-09-09 19:41:42 -05:00 by Octech6711 · 1 comment
Owner

Originally created by @LWinterberg on GitHub.

report at https://twitter.com/VioletGirl37/status/1712140424247226484
https://twitter.com/jimbrandom/status/1712153643724509441
additional report by a friend on a samsung A14 using samsung internet

Originally created by @LWinterberg on GitHub. report at https://twitter.com/VioletGirl37/status/1712140424247226484 https://twitter.com/jimbrandom/status/1712153643724509441 additional report by a friend on a samsung A14 using samsung internet
Author
Owner

@DilsonsPickles commented on GitHub:

This could potentially be caused by the following CSS nesting error:

[vite:css] Nested CSS was detected, but CSS nesting has not been configured correctly.
Please enable a CSS nesting plugin *before* Tailwind in your configuration.
See how here: https://tailwindcss.com/docs/using-with-preprocessors#nesting
108|          transition: bottom .5s ease;
109|  
110|          &.hide{
   |           ^
111|             bottom:-412px;
112|          }
@DilsonsPickles commented on GitHub: This could potentially be caused by the following CSS nesting error: ``` [vite:css] Nested CSS was detected, but CSS nesting has not been configured correctly. Please enable a CSS nesting plugin *before* Tailwind in your configuration. See how here: https://tailwindcss.com/docs/using-with-preprocessors#nesting 108| transition: bottom .5s ease; 109| 110| &.hide{ | ^ 111| bottom:-412px; 112| } ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: audacity/audacity.github.io#15