1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-27 03:57:21 +00:00

Tour plugin: Improve layout

See https://talk.tiddlywiki.org/t/final-checks-before-release-of-v5-3-4/9934/19
This commit is contained in:
Jeremy Ruston 2024-06-19 12:41:39 +01:00
parent cd8c483f67
commit 083489102e

View File

@ -136,16 +136,16 @@ tags: $:/tags/Stylesheet
.tc-tour-panel-fullscreen .tc-tour-panel-banner-image {
display: block;
width: 200px;
width: 100px;
float: right;
margin: 4em 2em 2em 2em;
}
.tc-tour-panel-fullscreen .tc-tour-panel-inner {
width: 30%;
min-width: 400px;
min-width: 350px;
height: 30%;
margin: 20% auto;
margin: 10em auto 0 auto;
}
.tc-tour-panel .tc-tour-panel-inner .tc-tiddler-frame {