15 lines
259 B
CSS
15 lines
259 B
CSS
|
|
/* 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;
|
|
} |