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:
parent
04223a3d81
commit
528c62577c
@ -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
|
||||
*/
|
||||
|
@ -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>
|
||||
|
@ -165,6 +165,11 @@ a.tw-tiddlylink-missing {
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
.tw-menu-list-item {
|
||||
word-wrap: break-word;
|
||||
padding-bottom: 0.5em;
|
||||
}
|
||||
|
||||
/*
|
||||
Dropdown menus
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user