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:
parent
4538f081ee
commit
821f1f1428
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
">>
|
||||
|
Loading…
Reference in New Issue
Block a user