mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-19 20:28:53 +00:00
Renamed to wide-popover as it's the only remaining use
This commit is contained in:
parent
848a96a9fa
commit
fa462a1829
2 changed files with 1 additions and 4 deletions
|
|
@ -14,9 +14,6 @@
|
|||
display: inline-block
|
||||
|
||||
.wide-popover
|
||||
max-width: 400px
|
||||
|
||||
.fill-popover
|
||||
max-width: max-content
|
||||
|
||||
// Small alerts
|
||||
|
|
|
|||
|
|
@ -135,7 +135,7 @@ a.pull-right.gem-wallet(ng-if='group.type!="party"', popover-trigger='mouseenter
|
|||
table(ng-show='group.leaderMessage')
|
||||
tr
|
||||
td
|
||||
.popover.static-popover.fade.right.in.fill-popover
|
||||
.popover.static-popover.fade.right.in.wide-popover
|
||||
.arrow
|
||||
h3.popover-title {{group.leader.profile.name}}
|
||||
.popover-content
|
||||
|
|
|
|||
Loading…
Reference in a new issue