diff --git a/less/bootstrap/dropdowns.less b/less/bootstrap/dropdowns.less index af34460..ca1de2a 100644 --- a/less/bootstrap/dropdowns.less +++ b/less/bootstrap/dropdowns.less @@ -165,7 +165,7 @@ right: 0; bottom: 0; top: 0; - z-index: (@zindex-dropdown - 10); + z-index: @zindex-dropdown; } // Right aligned dropdowns diff --git a/less/modules/alerts.less b/less/modules/alerts.less index b1bd122..c343fd4 100644 --- a/less/modules/alerts.less +++ b/less/modules/alerts.less @@ -7,14 +7,21 @@ bottom: 0px; .alert { + overflow: hidden; + position: relative; + &::before { - position: relative; - top: -15px; - left: -15px; + transition: inherit; display: block; - height: 2px; + position: absolute; + z-index: 0; + + opacity: 0.1; + top: 0; + left: 0; + bottom: 0; width: 0; - transition: inherit; + height: 100%; } &.alert-info::before { diff --git a/package.json b/package.json index 12ec721..d8ae5a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodebb-theme-persona", - "version": "11.0.10", + "version": "11.0.14", "nbbpm": { "compatibility": "^1.17.0" }, diff --git a/templates/account/edit.tpl b/templates/account/edit.tpl index 6d780d2..719007c 100644 --- a/templates/account/edit.tpl +++ b/templates/account/edit.tpl @@ -117,9 +117,9 @@ {{{each sso}}}