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:
parent
598c069dd6
commit
a3c6cfdd78
@ -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;
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user