Simplify skyscraper ad loading

This commit is contained in:
2022-05-13 17:53:09 +02:00
parent 1f54037f62
commit aed4c3b301
2 changed files with 7 additions and 34 deletions

View File

@@ -692,7 +692,7 @@ const keyboard_event = evt => {
display: block;
min-height: 100px;
min-width: 100px;
transition: left 0.5s, right 0.5s;
transition: left 0.5s;
overflow: auto;
text-align: center;
box-shadow: inset 0 0 3px -1px var(--shadow_color);