Update ads.txt
This commit is contained in:
1522
res/static/ads.txt
1522
res/static/ads.txt
File diff suppressed because it is too large
Load Diff
@@ -89,6 +89,7 @@ footer {
|
|||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
header>h1 {
|
header>h1 {
|
||||||
|
@@ -21,14 +21,6 @@
|
|||||||
<li>
|
<li>
|
||||||
The person who uploaded the file has deleted it
|
The person who uploaded the file has deleted it
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
Something went wrong on the pixeldrain servers causing the
|
|
||||||
file to be temporarily unavailable
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
The file has been lost due to a problem with the storage
|
|
||||||
system
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
I'm sorry for the inconvenience.
|
I'm sorry for the inconvenience.
|
||||||
@@ -61,8 +53,7 @@
|
|||||||
have expired
|
have expired
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Something went wrong on the pixeldrain servers causing the
|
The person who created the list has deleted it
|
||||||
list to be temporarily unavailable
|
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
|
@@ -703,7 +703,7 @@ const keyboard_event = evt => {
|
|||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
border: 2px solid var(--separator);
|
border: 2px solid var(--separator);
|
||||||
}
|
}
|
||||||
.file_preview.toolbar_visible { left: 8em; }
|
.file_preview.toolbar_visible { left: 8.2em; }
|
||||||
.file_preview.skyscraper_visible { right: 160px; }
|
.file_preview.skyscraper_visible { right: 160px; }
|
||||||
.file_preview.custom_background {
|
.file_preview.custom_background {
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
@@ -713,11 +713,11 @@ const keyboard_event = evt => {
|
|||||||
/* Toolbars */
|
/* Toolbars */
|
||||||
.toolbar {
|
.toolbar {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 8em;
|
width: 8.2em;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
scrollbar-width: none;
|
scrollbar-width: none;
|
||||||
left: -8em;
|
left: -8.2em;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@@ -732,7 +732,8 @@ const keyboard_event = evt => {
|
|||||||
|
|
||||||
.toolbar_button {
|
.toolbar_button {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
width: calc(100% - 6px);
|
margin: 4px;
|
||||||
|
width: calc(100% - 8px);
|
||||||
}
|
}
|
||||||
.toolbar_button > span {
|
.toolbar_button > span {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
@@ -740,7 +741,7 @@ const keyboard_event = evt => {
|
|||||||
.toolbar > .separator {
|
.toolbar > .separator {
|
||||||
height: 2px;
|
height: 2px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 10px 0;
|
margin: 4px 0;
|
||||||
background-color: var(--separator);
|
background-color: var(--separator);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@@ -197,7 +197,7 @@ const drop = (e, index) => {
|
|||||||
}
|
}
|
||||||
.icon_container {
|
.icon_container {
|
||||||
margin: 3px;
|
margin: 3px;
|
||||||
height: 154px;
|
height: 148px;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
|
Reference in New Issue
Block a user