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
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -21,21 +21,24 @@ app.views.PublisherGettingStarted = Backbone.View.extend({
offset: 30,
id: 'first_message_explain',
placement: 'right',
html: true
html: true,
container: 'body'
}, 600);
this._addPopover(this.el_visibility, {
trigger: 'manual',
offset: 10,
id: 'message_visibility_explain',
placement: 'bottom',
html: true
html: true,
container: 'body'
}, 1000);
this._addPopover(this.el_stream, {
trigger: 'manual',
offset: -5,
id: 'stream_explain',
placement: 'left',
html: true
html: true,
container: 'body'
}, 1400);
// 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.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter