1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-27 03:57:21 +00:00

Fixed width for cecily view

This commit is contained in:
Jeremy Ruston 2012-11-27 22:27:36 +00:00
parent 598c069dd6
commit a3c6cfdd78
2 changed files with 2 additions and 2 deletions

View File

@ -6090,7 +6090,7 @@ a.tw-tiddlylink-missing {
}
.tw-zoomable .tw-tiddler-frame {
width: auto;
width: 400px;
padding: 30px 30px 30px 30px;
margin: 0 0px 0px 0px;
background-color: #fff;

View File

@ -200,7 +200,7 @@ a.tw-tiddlylink-missing {
padding: 30px 30px 30px 30px;
.box-shadow(1px 1px 6px rgba(0,0,0,0.4));
background-color: #fff;
width: auto;
width: 400px;
}
.tw-menu-list-item {