Spaces:
Sleeping
Sleeping
Commit
·
83f76c6
1
Parent(s):
b33a07e
update
Browse files
app.py
CHANGED
@@ -119,6 +119,7 @@ init_js = """
|
|
119 |
width: var(--channel-indicator-size);
|
120 |
height: var(--channel-indicator-size);
|
121 |
transform: translate(-50%, -50%);
|
|
|
122 |
`;
|
123 |
});
|
124 |
|
@@ -147,6 +148,7 @@ init_js = """
|
|
147 |
font-size: var(--channel-name-size);
|
148 |
font-weight: 900;
|
149 |
color: red;
|
|
|
150 |
}
|
151 |
`;
|
152 |
// check if indicator already exist
|
@@ -213,6 +215,7 @@ update_js = """
|
|
213 |
font-size: var(--channel-name-size);
|
214 |
font-weight: 900;
|
215 |
color: red;
|
|
|
216 |
}
|
217 |
`;
|
218 |
|
|
|
119 |
width: var(--channel-indicator-size);
|
120 |
height: var(--channel-indicator-size);
|
121 |
transform: translate(-50%, -50%);
|
122 |
+
z-index: 2;
|
123 |
`;
|
124 |
});
|
125 |
|
|
|
148 |
font-size: var(--channel-name-size);
|
149 |
font-weight: 900;
|
150 |
color: red;
|
151 |
+
z-index: 1;
|
152 |
}
|
153 |
`;
|
154 |
// check if indicator already exist
|
|
|
215 |
font-size: var(--channel-name-size);
|
216 |
font-weight: 900;
|
217 |
color: red;
|
218 |
+
z-index: 1;
|
219 |
}
|
220 |
`;
|
221 |
|