Complete 2.4.2: Icon Size Variants Implementation
This commit is contained in:
parent
249d985f58
commit
370b7f7a59
3 changed files with 104 additions and 2 deletions
|
|
@ -326,7 +326,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['action'])) {
|
|||
</div>
|
||||
<div class="video-player__header-controls">
|
||||
<button class="stream-stats__refresh-btn" data-action="manual-refresh" title="Manual Stream Refresh" aria-label="Refresh stream">
|
||||
<span class="icon-refresh"></span> Refresh
|
||||
<span class="icon-refresh icon-sm"></span> Refresh
|
||||
</button>
|
||||
<select class="video-player__quality-selector" id="qualitySelector" style="display:none;" aria-label="Video quality">
|
||||
<option value="auto">Auto Quality</option>
|
||||
|
|
@ -381,7 +381,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['action'])) {
|
|||
</div>
|
||||
|
||||
<section class="chat__messages" id="chatMessages" aria-live="polite" aria-label="Chat messages" role="log" aria-atomic="false">
|
||||
<div class="chat__empty-state">No messages yet. Be the first to say hello! <span class="icon-wave"></span></div>
|
||||
<div class="chat__empty-state">No messages yet. Be the first to say hello! <span class="icon-wave icon-md"></span></div>
|
||||
</section>
|
||||
|
||||
<div class="chat__typing-indicator" id="typingIndicator" aria-live="assertive">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue