Refactor UI
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
type="button"
|
||||
class="footer__toolbar-btn"
|
||||
id="settings"
|
||||
data-action="settings"
|
||||
aria-label="Settings"
|
||||
>
|
||||
<svg class="icon"><use href="/static/icons.svg#settings"></use></svg>
|
||||
@@ -14,6 +15,7 @@
|
||||
type="button"
|
||||
class="footer__toolbar-btn"
|
||||
id="reset"
|
||||
data-action="reset"
|
||||
aria-label="Reset conversation"
|
||||
>
|
||||
<svg class="icon"><use href="/static/icons.svg#trash"></use></svg>
|
||||
@@ -22,6 +24,7 @@
|
||||
type="button"
|
||||
class="footer__toolbar-btn"
|
||||
id="scroll"
|
||||
data-action="scroll"
|
||||
aria-label="Scroll to top"
|
||||
>
|
||||
<svg class="icon scroll-icon--up"><use href="/static/icons.svg#scroll-up"></use></svg>
|
||||
@@ -31,6 +34,7 @@
|
||||
type="button"
|
||||
class="footer__toolbar-btn"
|
||||
id="mute"
|
||||
data-action="mute"
|
||||
aria-label="Mute"
|
||||
>
|
||||
<svg class="icon"><use href="/static/icons.svg#volume"></use></svg>
|
||||
|
||||
Reference in New Issue
Block a user