mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-27 10:16:16 -04:00
Lots of minor fixes
This commit is contained in:
parent
bb81b6f2e4
commit
d8dcbfcb0f
21 changed files with 332 additions and 60 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
paper-progress {
|
||||
width: 100%;
|
||||
z-index: 1;
|
||||
z-index: 10000;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
}
|
||||
|
|
|
@ -13,3 +13,30 @@ body {
|
|||
-webkit-font-smoothing: antialiased;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
#ads,
|
||||
#ads2 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 520px) {
|
||||
#ads {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
left: 50%;
|
||||
margin-left: -150px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 720px) {
|
||||
#ads{
|
||||
display: none;
|
||||
}
|
||||
#ads2 {
|
||||
display: block;
|
||||
position: absolute;
|
||||
bottom: 4px;
|
||||
left: 4px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue