mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-04 11:47:54 +00:00
Got the zooming navigator working again
Albeit, it doesn't play well with the fixed navbar
This commit is contained in:
@@ -185,27 +185,3 @@ a.tw-tiddlylink-missing {
|
||||
color: #fff;
|
||||
background: #a55;
|
||||
}
|
||||
|
||||
body {
|
||||
-webkit-transition: -webkit-transform 0.3s ease-in-out;
|
||||
}
|
||||
|
||||
body.in-zoomer {
|
||||
-webkit-transition: none;
|
||||
}
|
||||
|
||||
.zoomer-panel {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
min-width: 16px;
|
||||
height: 100%; /* Makes the element the same height as the body, since the body is position: relative */
|
||||
}
|
||||
|
||||
body.in-zoomer .zoomer-panel {
|
||||
background: rgba(235,235,235,0.5);
|
||||
}
|
||||
|
||||
body.in-zoomer iframe {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user