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