mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-06-26 15:12:52 +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}}
|
{{$:/LeftSideBar}}
|
||||||
|
|
||||||
<!-- The sidebar header -->
|
<!-- The sidebar header -->
|
||||||
<header class="sidebar-header">
|
<header class="sidebar-header"><div class="title">{{SiteTitle}}</div><div class="tw-subtitle">{{SiteSubtitle}}</div>
|
||||||
|
|
||||||
<div class="title">{{SiteTitle}}</div><div class="tw-subtitle">{{SiteSubtitle}}</div>
|
|
||||||
|
|
||||||
<div class="tw-page-controls">
|
<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>
|
<$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;
|
overflow-x: auto;
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
margin: 0 0 0 -3em;
|
margin: 0 0 0 -3em;
|
||||||
padding: 5em 0 2em 3em;
|
padding: 6em 0 2em 3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.story-river {
|
.story-river {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user