diff --git a/stylesheets/_session.scss b/stylesheets/_session.scss index 75d45f335..c153a19d7 100644 --- a/stylesheets/_session.scss +++ b/stylesheets/_session.scss @@ -921,19 +921,6 @@ label { } } - .qr-image { - display: flex; - justify-content: center; - - svg { - width: 135px; - height: 135px; - border-radius: 3px; - padding: $session-margin-xs; - background-color: $session-color-white; - } - } - .session-id-section { display: flex; align-items: center; @@ -989,6 +976,19 @@ label { } } +.qr-image { + display: flex; + justify-content: center; + + svg { + width: 135px; + height: 135px; + border-radius: 3px; + padding: $session-margin-xs; + background-color: $session-color-white; + } +} + .conversation-loader { position: absolute; top: 50%;