kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Better spacing on the navigation menu
rodzic
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
|
||||
*/
|
||||
|
|
Ładowanie…
Reference in New Issue