File tree Expand file tree Collapse file tree 1 file changed +0
-40
lines changed
src/views/chat/components/Message Expand file tree Collapse file tree 1 file changed +0
-40
lines changed Original file line number Diff line number Diff line change @@ -135,44 +135,4 @@ function toggleCollapse() {
135135
136136<style lang="less">
137137@import url(./style.less);
138-
139- .prose {
140- code {
141- background-color : rgba (209 ,213 ,219 ,0.3 );
142- padding : .2em .4em ;
143- margin : 0 ;
144- font-size : 85% ;
145- border-radius : 3px ;
146- }
147- pre {
148- background-color : rgba (229 ,231 ,235 ,1 );
149- color : rgba (55 ,65 ,81 ,1 );
150- padding : 0.75rem ;
151- border-radius : 0.25rem ;
152- overflow-x : auto ;
153- code {
154- background-color : transparent ;
155- padding : 0 ;
156- margin : 0 ;
157- font-size : inherit ;
158- border-radius : 0 ;
159- color : inherit ;
160- }
161- }
162- }
163- .dark .prose {
164- color : rgba (209 ,213 ,219 ,1 );
165- code {
166- background-color : rgba (55 ,65 ,81 ,0.5 );
167- color : rgba (229 ,231 ,235 ,1 );
168- }
169- pre {
170- background-color : rgba (31 ,41 ,55 ,1 );
171- color : rgba (229 ,231 ,235 ,1 );
172- }
173- }
174-
175- .whitespace-pre-wrap {
176- white-space : normal ;
177- }
178138 </style >
You can’t perform that action at this time.
0 commit comments