Explorar el Código

Minor correction on message text font.

fusionate hace 2 años
padre
commit
390ed43aa4
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      messages_thread.php

+ 2 - 2
messages_thread.php

@@ -227,13 +227,13 @@
 	echo "		}\n";
 
 	echo "	.message-bubble-em-text {\n";
-	echo "		font-family: ".($_SESSION['theme']['message_bubble_em_text_color']['text'] ?? 'arial').";\n";
+	echo "		font-family: ".($_SESSION['theme']['message_bubble_em_text_font']['text'] ?? 'arial').";\n";
 	echo "		color: ".($_SESSION['theme']['message_bubble_em_text_color']['text'] ?? '#000').";\n";
 	echo "		font-size: ".($_SESSION['theme']['message_bubble_em_text_size']['text'] ?? '90%').";\n";
 	echo "		}\n";
 
 	echo "	.message-bubble-me-text {\n";
-	echo "		font-family: ".($_SESSION['theme']['message_bubble_me_text_color']['text'] ?? 'arial').";\n";
+	echo "		font-family: ".($_SESSION['theme']['message_bubble_me_text_font']['text'] ?? 'arial').";\n";
 	echo "		color: ".($_SESSION['theme']['message_bubble_me_text_color']['text'] ?? '#000').";\n";
 	echo "		font-size: ".($_SESSION['theme']['message_bubble_me_text_size']['text'] ?? '90%').";\n";
 	echo "		}\n";