Commit c405e5ba5e042ed7b2db453f47ea81a563bfe2de
1 parent
50988d7c
updates
Showing
2 changed files
with
3 additions
and
7 deletions
controllets/document-card-controllet/document-card-controllet.html
... | ... | @@ -116,7 +116,7 @@ |
116 | 116 | <paper-material id="paper_card_container" elevation="{{elevation}}"> |
117 | 117 | |
118 | 118 | <div id="content"> |
119 | - <iframe id="resource" src="{{resourceUrl}}?userName={{userName}}&showControls={{showControls}}&showLineNumbers=false&readOnly={{readOnly}}"></iframe> | |
119 | + <iframe id="resource" src="{{resourceUrl}}?userName={{userName}}&showControls={{showControls}}&showLineNumbers=false&pageview=true"></iframe> | |
120 | 120 | <!--<iframe id="resource" src="{{resourceUrl}}"></iframe>--> |
121 | 121 | </div> |
122 | 122 | |
... | ... | @@ -181,10 +181,6 @@ |
181 | 181 | type: Boolean, |
182 | 182 | value: false |
183 | 183 | }, |
184 | - readOnly: { | |
185 | - type: Boolean, | |
186 | - value: false | |
187 | - }, | |
188 | 184 | |
189 | 185 | lang:{ |
190 | 186 | type: String, |
... | ... |
controllets/postit-container-controllet/postit-container-controllet.html
... | ... | @@ -58,7 +58,7 @@ |
58 | 58 | transition: 0.2s ease-out; |
59 | 59 | } |
60 | 60 | |
61 | - .window { | |
61 | + .postitwindow { | |
62 | 62 | /*height: 80vh; |
63 | 63 | width: 120vh;*/ |
64 | 64 | display: none; |
... | ... | @@ -246,7 +246,7 @@ |
246 | 246 | </p> |
247 | 247 | </div> |
248 | 248 | |
249 | - <paper-material id="window" class="window" elevation="0"> | |
249 | + <paper-material id="window" class="postitwindow" elevation="0"> | |
250 | 250 | |
251 | 251 | <div class="transparent"></div> |
252 | 252 | |
... | ... |