Skip to content
Extraits de code Groupes Projets
Valider b448f92c rédigé par jaideng123's avatar jaideng123
Parcourir les fichiers

Fixed deformation of getting started popovers

parent 538d55db
Branches
Étiquettes
Aucune requête de fusion associée trouvée
...@@ -21,21 +21,24 @@ app.views.PublisherGettingStarted = Backbone.View.extend({ ...@@ -21,21 +21,24 @@ app.views.PublisherGettingStarted = Backbone.View.extend({
offset: 30, offset: 30,
id: 'first_message_explain', id: 'first_message_explain',
placement: 'right', placement: 'right',
html: true html: true,
container: 'body'
}, 600); }, 600);
this._addPopover(this.el_visibility, { this._addPopover(this.el_visibility, {
trigger: 'manual', trigger: 'manual',
offset: 10, offset: 10,
id: 'message_visibility_explain', id: 'message_visibility_explain',
placement: 'bottom', placement: 'bottom',
html: true html: true,
container: 'body'
}, 1000); }, 1000);
this._addPopover(this.el_stream, { this._addPopover(this.el_stream, {
trigger: 'manual', trigger: 'manual',
offset: -5, offset: -5,
id: 'stream_explain', id: 'stream_explain',
placement: 'left', placement: 'left',
html: true html: true,
container: 'body'
}, 1400); }, 1400);
// hide some popovers when a post is created // hide some popovers when a post is created
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter