This repository was archived by the owner on Mar 13, 2018. It is now read-only.
File tree 1 file changed +5
-4
lines changed
shiny/Contacts-v2/components
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 174
174
bottom : 0 ;
175
175
right : 0 ;
176
176
}
177
+ /*:host([desktopLayout]) ^ #createOverlay {*/
177
178
# createOverlay [desktopLayout ] {
178
179
right : 16px ;
179
180
left : 336px ;
180
181
}
181
- # createOverlay :: x-overlay {
182
+ # createOverlay ^ # container {
182
183
height : 100% ;
183
184
}
184
- # createOverlay [desktopLayout ]:: x-overlay {
185
+ # createOverlay [desktopLayout ] ^ # container {
185
186
border-radius : 3px ;
186
187
}
187
188
.addButton {
259
260
</ polymer-list >
260
261
</ div >
261
262
< contacts-detail id ="details " contact ="{{selectedContact.contact}} " desktopLayout? ="{{desktopLayout}} " on-contacts-detail-cancel ="{{closeDetailsAction}} "> </ contacts-detail >
262
- < polymer-ui-overlay id ="createOverlay " desktopLayout ? ="{{desktopLayout}} " autocloseDisabled backdrop on-polymer-overlay-open ="{{openCreateAction}} ">
263
+ < polymer-ui-overlay id ="createOverlay " xdesktopLayout ? ="{{desktopLayout}} " autocloseDisabled backdrop on-polymer-overlay-open ="{{openCreateAction}} ">
263
264
< contacts-create id ="create " on-contacts-create-cancel ="{{closeCreateAction}} " on-contacts-create ="{{closeCreateAction}} "> </ contacts-create >
264
265
</ polymer-ui-overlay >
265
266
< div class ="addButton " on-tap ="{{addAction}} "> +</ div >
295
296
</ template >
296
297
< script >
297
298
Polymer ( 'contacts-app' , {
298
- desktopLayout : true ,
299
+ desktopLayout : false ,
299
300
tabletLayout : false ,
300
301
stickyContent : 'A' ,
301
302
selectedContact : null ,
You can’t perform that action at this time.
0 commit comments