1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-27 03:57:21 +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);
}
.tw-menu-list-item {
padding-bottom: 0.5em;
word-wrap: break-word;
}
/*
Dropdown menus
*/

View File

@ -98,7 +98,7 @@ title: $:/templates/PageTemplate
<div class="span2">
<div style="position:fixed;">
<<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>

View File

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