fix last commit

master
Aevann 2024-04-08 15:06:06 +02:00
parent 889624f81d
commit ada166cd00
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ addEventListener("message", function(t) {
let height = data.data
if (data && "type" in data && data.type == "resize.embed")
if (screen_width < 768)
height += 75
height += 40
document.getElementById('reddit-embed').height = height
}
})