mirror of
https://github.com/DerTyp7/teamspeak-obs-overlay.git
synced 2025-10-29 21:02:10 +01:00
small style change
This commit is contained in:
@@ -2,12 +2,13 @@
|
|||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
#content div {
|
|
||||||
|
.client-div {
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
}
|
}
|
||||||
.client-img-div {
|
.client-img-div {
|
||||||
float: left;
|
float: left;
|
||||||
width: 100px;
|
width: 107px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.client-img-div img {
|
.client-img-div img {
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ function drawClients() {
|
|||||||
result = "";
|
result = "";
|
||||||
if (thisClient) {
|
if (thisClient) {
|
||||||
getClientsInChannel(thisClient.channel).forEach((c) => {
|
getClientsInChannel(thisClient.channel).forEach((c) => {
|
||||||
result += `<div style="color:${CONFIG.style.fontColor}; font-size:${CONFIG.style.fontSize}">`;
|
result += `<div class="client-div" style="color:${CONFIG.style.fontColor}; font-size:${CONFIG.style.fontSize}">`;
|
||||||
result += '<div class="client-img-div">';
|
result += '<div class="client-img-div">';
|
||||||
if (c.outputMuted) {
|
if (c.outputMuted) {
|
||||||
result += ' <img src="img/muted_output.svg" />';
|
result += ' <img src="img/muted_output.svg" />';
|
||||||
|
|||||||
Reference in New Issue
Block a user