Update style.css
This commit is contained in:
@@ -36,22 +36,15 @@ html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:b
|
|||||||
--zeitfresser-toc-width: 230px;
|
--zeitfresser-toc-width: 230px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.zeitfresser-article-heading{
|
|
||||||
display:flex;
|
|
||||||
align-items:flex-start;
|
|
||||||
gap:0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.zeitfresser-toc-toggle,
|
|
||||||
.zeitfresser-floating-toc__close{
|
|
||||||
display:none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.zeitfresser-floating-toc{
|
.zeitfresser-floating-toc{
|
||||||
position:fixed;
|
position:fixed;
|
||||||
top:calc(var(--zeitfresser-toc-top, 100px) + var(--zeitfresser-toc-top-offset, 0px)) !important;
|
top:calc(var(--zeitfresser-toc-top, 100px) + var(--zeitfresser-toc-top-offset, 0px)) !important;
|
||||||
left:var(--zeitfresser-toc-left, 24px) !important;
|
left:var(--zeitfresser-toc-left, 24px) !important;
|
||||||
width:var(--zeitfresser-toc-width) !important;
|
width:var(--zeitfresser-toc-width) !important;
|
||||||
|
|
||||||
|
opacity:0 !important;
|
||||||
|
transition:opacity .2s ease !important;
|
||||||
|
|
||||||
max-height:calc(100vh - var(--zeitfresser-toc-top, 100px) - var(--zeitfresser-toc-top-offset, 0px) - 36px) !important;
|
max-height:calc(100vh - var(--zeitfresser-toc-top, 100px) - var(--zeitfresser-toc-top-offset, 0px) - 36px) !important;
|
||||||
padding:0 !important;
|
padding:0 !important;
|
||||||
border:none !important;
|
border:none !important;
|
||||||
@@ -61,12 +54,15 @@ html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:b
|
|||||||
backdrop-filter:none !important;
|
backdrop-filter:none !important;
|
||||||
box-shadow:none !important;
|
box-shadow:none !important;
|
||||||
overflow:hidden !important;
|
overflow:hidden !important;
|
||||||
opacity:1 !important;
|
|
||||||
transform:none !important;
|
transform:none !important;
|
||||||
pointer-events:auto !important;
|
pointer-events:auto !important;
|
||||||
z-index:80;
|
z-index:80;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.zeitfresser-floating-toc.is-ready{
|
||||||
|
opacity:1 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.zeitfresser-floating-toc__header{
|
.zeitfresser-floating-toc__header{
|
||||||
display:block !important;
|
display:block !important;
|
||||||
margin:0 0 10px !important;
|
margin:0 0 10px !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user