Spaces:
Sleeping
Sleeping
link to dict
Browse files
app.py
CHANGED
@@ -105,9 +105,9 @@ if sentence:
|
|
105 |
}
|
106 |
.google-translate {
|
107 |
transform: scale(0.75);
|
108 |
-
transform-origin: 180px
|
109 |
position: relative;
|
110 |
-
left: -
|
111 |
width: 2560px; height: 5120px;
|
112 |
position: absolute;
|
113 |
}
|
|
|
105 |
}
|
106 |
.google-translate {
|
107 |
transform: scale(0.75);
|
108 |
+
transform-origin: 180px 200px;
|
109 |
position: relative;
|
110 |
+
left: -200px; top: -180px;
|
111 |
width: 2560px; height: 5120px;
|
112 |
position: absolute;
|
113 |
}
|