From 35ede22433909c3c941c0ea3ec509db219b74396 Mon Sep 17 00:00:00 2001 From: DianaXWiki Date: Wed, 28 May 2025 15:44:48 +0300 Subject: [PATCH] Add review fixes for profile #1831 --- www/profile/app-profile.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/www/profile/app-profile.less b/www/profile/app-profile.less index bd797da58..002a17e54 100644 --- a/www/profile/app-profile.less +++ b/www/profile/app-profile.less @@ -209,6 +209,11 @@ //margin-bottom: 20px; .cp-app-profile-description-code { display: none; + .cp-markdown-toolbar { + max-width: 31rem; + background-color: #323232; + border-radius: @variables_radius @variables_radius 0 0; + } } #cp-app-profile-description-info { overflow-wrap: anywhere; @@ -230,6 +235,7 @@ font-size: 16px; line-height: initial; max-width: 31rem; + border-radius: 0 0 @variables_radius @variables_radius; pre { margin: 0; font-family: inherit;