Add voucher portal and a-ads skyscraper

This commit is contained in:
2021-10-12 21:07:43 +02:00
parent 3ee6a37319
commit b4c278b970
6 changed files with 165 additions and 71 deletions

View File

@@ -113,7 +113,7 @@
min-width: 100px;
text-align: center;
vertical-align: middle;
transition: left 0.5s;
transition: left 0.5s, right 0.5s;
overflow: hidden;
box-shadow: inset 2px 2px 10px 2px var(--shadow_color);
border-radius: 16px;
@@ -143,7 +143,6 @@
width: 8em;
z-index: 49;
overflow: hidden;
float: left;
left: -9em;
bottom: 0;
top: 0;
@@ -160,7 +159,6 @@
top: 0;
overflow-y: scroll;
overflow-x: hidden;
float: left;
box-shadow: inset 1px 1px 5px var(--shadow_color);
background-color: var(--layer_1_color);
border-radius: 16px;
@@ -169,6 +167,19 @@
overflow: hidden;
transition: left 0.5s;
}
.file_viewer > .file_viewer_window > .skyscraper {
position: absolute;
width: 160px;
z-index: 49;
overflow: hidden;
right: -170px;
bottom: 0;
top: 0;
padding: 0;
text-align: center;
transition: right 0.5s;
background-color: var(--layer_2_color);
}
/* =====================
== FILE CONTAINERS ==