1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-10 07:43:49 +00:00

Better spacing on the navigation menu

This commit is contained in:
Jeremy Ruston 2012-11-04 19:49:13 +00:00
parent 04223a3d81
commit 528c62577c
3 changed files with 11 additions and 1 deletions

View File

@ -6058,6 +6058,11 @@ a.tw-tiddlylink-missing {
box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4); box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
} }
.tw-menu-list-item {
padding-bottom: 0.5em;
word-wrap: break-word;
}
/* /*
Dropdown menus Dropdown menus
*/ */

View File

@ -98,7 +98,7 @@ title: $:/templates/PageTemplate
<div class="span2"> <div class="span2">
<div style="position:fixed;"> <div style="position:fixed;">
<<scrollable width:"104px">< <<scrollable width:"104px"><
<<list filter:"[list[$:/StoryList]]" history:"$:/HistoryList" listview:classic >> <<list filter:"[list[$:/StoryList]]" history:"$:/HistoryList" listview:classic itemClass:"tw-menu-list-item">>
>> >>
</div> </div>
</div> </div>

View File

@ -165,6 +165,11 @@ a.tw-tiddlylink-missing {
width: 400px; width: 400px;
} }
.tw-menu-list-item {
word-wrap: break-word;
padding-bottom: 0.5em;
}
/* /*
Dropdown menus Dropdown menus
*/ */