简体   繁体   中英

facebook share/apprequest dialog size (mobile)

I would like to know can I change the apprequest dialog size in mobile version? I tried .FB_UI_Dialog to change the width, but it will change all dialog. I only want to change apprequest and share dialog

Try with.

 .FB_UI_Dialog {
width: 400px !important; 
}

Take a look at !important how and when use it

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM