diff --git a/frontend/resources/styles/main/partials/main-bar.scss b/frontend/resources/styles/main/partials/main-bar.scss index ecfcaa2ac..fbd892a82 100644 --- a/frontend/resources/styles/main/partials/main-bar.scss +++ b/frontend/resources/styles/main/partials/main-bar.scss @@ -71,6 +71,7 @@ img { border-radius: 50%; flex-shrink: 0; + height: 32px; width: 32px; } diff --git a/frontend/src/uxbox/main/ui/settings/profile.cljs b/frontend/src/uxbox/main/ui/settings/profile.cljs index 1a5b0f30b..b68e6a5fe 100644 --- a/frontend/src/uxbox/main/ui/settings/profile.cljs +++ b/frontend/src/uxbox/main/ui/settings/profile.cljs @@ -81,8 +81,8 @@ :placeholder "Your email"}] (forms/input-error errors :email) - [:span.user-settings-label "Choose a color theme"] - [:div.input-radio.radio-primary + #_[:span.user-settings-label "Choose a color theme"] + #_[:div.input-radio.radio-primary [:input {:type "radio" :checked (when (= theme "light") "checked") :on-change (partial on-change :theme)