1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-10 11:59:58 +00:00

Fix hamburger and seamless behaviour

No longer remove the tiddler borders when hiding the sidebar; users can
select Seamless theme to get the same effect.

Fixes #566
This commit is contained in:
Jermolene 2014-04-19 11:24:41 +01:00
parent 4538f081ee
commit 821f1f1428
2 changed files with 0 additions and 6 deletions

View File

@ -61,15 +61,11 @@ Seamless modifications
@media (min-width: {{$:/themes/tiddlywiki/vanilla/metrics##storywidth}}) {
<<if-sidebar "
/* Drop the tiddler frame padding */
body.tw-body .tw-tiddler-frame {
padding: 0;
}
">>
/* Move the sidebar up so that the title lines up */
body.tw-body .tw-sidebar-scrollable {
padding: 43px 0 28px 42px;

View File

@ -472,7 +472,6 @@ a.tw-tiddlylink-external:hover {
.story-river {
width: auto;
padding: 0;
}
">>
@ -544,7 +543,6 @@ a.tw-tiddlylink-external:hover {
.tw-tiddler-frame {
width: 100%;
margin-bottom: 0;
}
">>