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:
parent
04223a3d81
commit
528c62577c
@ -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
|
||||||
*/
|
*/
|
||||||
|
@ -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>
|
||||||
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user