diff --git a/res/css/_common.pcss b/res/css/_common.pcss index 0c9a44474c..b0d2a1d209 100644 --- a/res/css/_common.pcss +++ b/res/css/_common.pcss @@ -695,6 +695,15 @@ legend { color: $username-variant8-color; } +.mx_AppWarning, +.mx_AppPermission { + text-align: center; + display: flex; + height: 100%; + flex-direction: column; + align-items: center; +} + @define-mixin ProgressBarColour $colour { color: $colour; &::-moz-progress-bar { diff --git a/res/css/views/rooms/_AppsDrawer.pcss b/res/css/views/rooms/_AppsDrawer.pcss index 306e4c103c..17095a4c54 100644 --- a/res/css/views/rooms/_AppsDrawer.pcss +++ b/res/css/views/rooms/_AppsDrawer.pcss @@ -305,15 +305,6 @@ limitations under the License. flex: 1; } -.mx_AppWarning, -.mx_AppPermission { - text-align: center; - display: flex; - height: 100%; - flex-direction: column; - align-items: center; -} - .mx_AppTile_loading { display: flex; flex-direction: column;