mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 18:23:50 +00:00
Keep icon fixed size
This commit is contained in:
parent
97e3290a31
commit
136610dbda
|
@ -3,7 +3,12 @@
|
|||
<template #header>
|
||||
<div class="d-flex text-start align-items-center">
|
||||
<div class="d-flex flex-grow-1 align-items-center">
|
||||
<i-mdi-reorder-horizontal role="button" class="handle me-2 fs-4" />
|
||||
<i-mdi-reorder-horizontal
|
||||
role="button"
|
||||
class="handle me-2 fs-4 flex-shrink-0"
|
||||
width="24"
|
||||
height="24"
|
||||
/>
|
||||
<div
|
||||
role="button"
|
||||
class="d-flex flex-grow-1 align-items-start flex-column"
|
||||
|
|
Loading…
Reference in New Issue
Block a user