Fixes Menu Icon Size
This commit is contained in:
@@ -19,16 +19,16 @@
|
|||||||
<img
|
<img
|
||||||
src="https://img.icons8.com/ios-filled/100/ffffff/delete-sign.png"
|
src="https://img.icons8.com/ios-filled/100/ffffff/delete-sign.png"
|
||||||
alt="close"
|
alt="close"
|
||||||
width="50"
|
width="30"
|
||||||
height="50"
|
height="30"
|
||||||
/>
|
/>
|
||||||
</span>
|
</span>
|
||||||
<span v-else class="text-5xl">
|
<span v-else class="text-5xl">
|
||||||
<img
|
<img
|
||||||
src="https://img.icons8.com/ios-filled/100/ffffff/menu--v6.png"
|
src="https://img.icons8.com/ios-filled/100/ffffff/menu--v6.png"
|
||||||
alt="menu"
|
alt="menu"
|
||||||
width="50"
|
width="30"
|
||||||
height="50"
|
height="30"
|
||||||
/>
|
/>
|
||||||
</span>
|
</span>
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user