File tree 2 files changed +42
-0
lines changed
2 files changed +42
-0
lines changed Original file line number Diff line number Diff line change @@ -254,6 +254,27 @@ async function deleteProfile() {
254
254
}
255
255
</script >
256
256
257
+ <style >
258
+ html ,
259
+ body {
260
+ width : 100% ;
261
+ height : 100% ;
262
+ overflow : clip ;
263
+ position : fixed ;
264
+ top : 0 ;
265
+ left : 0 ;
266
+ }
267
+
268
+ #misskey_app {
269
+ width : 100% ;
270
+ height : 100% ;
271
+ overflow : clip ;
272
+ position : absolute ;
273
+ top : 0 ;
274
+ left : 0 ;
275
+ }
276
+ </style >
277
+
257
278
<style lang="scss" module>
258
279
.transition_menuDrawerBg_enterActive ,
259
280
.transition_menuDrawerBg_leaveActive {
Original file line number Diff line number Diff line change @@ -215,6 +215,27 @@ watch($$(navFooter), () => {
215
215
});
216
216
</script >
217
217
218
+ <style >
219
+ html ,
220
+ body {
221
+ width : 100% ;
222
+ height : 100% ;
223
+ overflow : clip ;
224
+ position : fixed ;
225
+ top : 0 ;
226
+ left : 0 ;
227
+ }
228
+
229
+ #misskey_app {
230
+ width : 100% ;
231
+ height : 100% ;
232
+ overflow : clip ;
233
+ position : absolute ;
234
+ top : 0 ;
235
+ left : 0 ;
236
+ }
237
+ </style >
238
+
218
239
<style lang="scss" module>
219
240
$ui-font-size : 1em ; // TODO: どこかに集約したい
220
241
$widgets-hide-threshold : 1090px ;
You can’t perform that action at this time.
0 commit comments