Fix(Structure): Split styles.css into separate files for different components and sections.

This commit is contained in:
2025-03-05 16:52:10 +00:00
parent bd58bd82ed
commit b4927ac440
13 changed files with 484 additions and 466 deletions

View File

@@ -0,0 +1,15 @@
/* Google Translate
- Hide poorly styled iframes
*/
#google_translate_element {
background-color: white;
border-radius: 0.25vh;
padding: 0.5vh;
}
iframe.skiptranslate {
display: none !important;
}
body {
top: 0px !important;
}