mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Fix vertical alignment of the title of the top tiddler and the sidebar in the title
Little things.
This commit is contained in:
parent
accf490726
commit
0421f11fcc
@ -12,9 +12,7 @@ title: $:/core/ui/PageTemplate
|
||||
{{$:/LeftSideBar}}
|
||||
|
||||
<!-- The sidebar header -->
|
||||
<header class="sidebar-header">
|
||||
|
||||
<div class="title">{{SiteTitle}}</div><div class="tw-subtitle">{{SiteSubtitle}}</div>
|
||||
<header class="sidebar-header"><div class="title">{{SiteTitle}}</div><div class="tw-subtitle">{{SiteSubtitle}}</div>
|
||||
|
||||
<div class="tw-page-controls">
|
||||
<$button message="tw-new-tiddler" class="btn-invisible">{{$:/core/images/new-button}}</$button><$link to="$:/ControlPanel">{{$:/core/images/options-button}}</$link><$button message="tw-save-wiki" class="btn-invisible">{{$:/core/images/save-button}}</$button>
|
||||
|
@ -361,7 +361,7 @@ a.tw-tiddlylink-external {
|
||||
overflow-x: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
margin: 0 0 0 -3em;
|
||||
padding: 5em 0 2em 3em;
|
||||
padding: 6em 0 2em 3em;
|
||||
}
|
||||
|
||||
.story-river {
|
||||
|
Loading…
Reference in New Issue
Block a user