Add javascript to adapt design to Tumblr ADS.
This commit is contained in:
parent
1e1f56b337
commit
c8eb82b8e1
3 changed files with 36 additions and 0 deletions
|
|
@ -70,6 +70,17 @@ header {
|
|||
background-color: rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
|
||||
header.tumblr {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
z-index: "9999";
|
||||
border-top: thick solid rgba(255, 255, 255, 0.1);
|
||||
border-bottom: "none";
|
||||
background-color: rgb(0,0,0,0.8);
|
||||
}
|
||||
|
||||
header div {
|
||||
padding: 1rem;
|
||||
}
|
||||
|
|
@ -719,6 +730,7 @@ article {
|
|||
|
||||
#everythingHelper {
|
||||
position: relative;
|
||||
margin-bottom: var(--header-height, 0);
|
||||
}
|
||||
|
||||
#everythingHelper .bg {
|
||||
|
|
|
|||
Loading…
Reference in a new issue