File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 min-width : 94% ;
44 margin-right : 3% ;
55 margin-left : 3% ;
6- min-height : 13 em ;
6+ min-height : 13 rem ;
77 display : flex;
88 flex-direction : column;
99 box-sizing : border-box;
2121}
2222
2323.pad-controls {
24- gap : 0.5 em ;
24+ gap : 0.5 rem ;
2525 align-items : center;
2626}
2727
2828.pad-cell {
2929 flex : 1 1 auto;
3030}
3131
32+ .pad-new-instance-message {
33+ font-size : 140% ;
34+ }
35+
3236@media (max-width : 600px ) {
3337 .pad-controls .pad-cell {
3438 flex : 1 1 100% ;
Original file line number Diff line number Diff line change @@ -394,7 +394,7 @@ const paneDef: PaneDefinition = {
394394 // give the user links to the new app
395395
396396 const p = div . appendChild ( dom . createElement ( 'p' ) )
397- p . setAttribute ( 'style' , 'font-size: 140%; ')
397+ p . classList . add ( 'pad-new-instance-message ')
398398 p . innerHTML =
399399 'Your <a href=\'' +
400400 newIndexDoc . uri +
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments