Interactive Conference - Add left margin to video icon, like others.

This commit is contained in:
fusionate 2023-02-02 20:06:40 +00:00
parent 0a6148bbc4
commit a7437be120
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@
echo ($flag_can_speak == "true") ? "<i class='fas fa-microphone fa-fw' title=\"".$text['label-speak']."\"></i>" : "<i class='fas fa-microphone-slash fa-fw' title=\"".$text['label-speak']."\"></i>";
echo ($flag_can_hear == "true") ? "<i class='fas fa-headphones fa-fw' title=\"".$text['label-hear']."\" style='margin-left: 10px;'></i>" : "<i class='fas fa-deaf fa-fw' title=\"".$text['label-hear']."\" style='margin-left: 10px;'></i>";
if (permission_exists('conference_interactive_video')) {
echo ($flag_has_video == "true") ? "<i class='fas fa-video fa-fw' title=\"".$text['label-video']."\"></i>" : null;
echo ($flag_has_video == "true") ? "<i class='fas fa-video fa-fw' title=\"".$text['label-video']."\" style='margin-left: 10px;'></i>" : null;
}
echo "</td>\n";
//energy