1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 10:07:19 +00:00

Tweak size of help panel

Now that we don’t have the cheatsheet, reducing the height makes the
panel more useful for watching tutorial videos.
This commit is contained in:
Jermolene 2015-03-22 15:52:17 +00:00
parent 077e5378ef
commit ef729487c3

View File

@ -5,10 +5,10 @@ tags: [[$:/tags/Stylesheet]]
.tc-help-panel {
position: fixed;
top: 2.5em;
bottom: 0;
right: 0;
width: 310px;
height: 400px;
overflow: scroll;
-webkit-overflow-scrolling: touch;
<<box-shadow "0px 0px 5px rgba(0, 0, 0, 0.3)">>