web/SmallDialog: flex container for header & icon

fixes stranded padding
This commit is contained in:
wukko 2024-07-23 13:18:08 +06:00
parent 836da67f19
commit c12088e297
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -127,7 +127,15 @@
font-size: 19px;
}
.popup-header .popup-icon.warn-red :global(svg) {
.popup-header,
.popup-icon {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.popup-icon.warn-red :global(svg) {
stroke-width: 1.5px;
height: 50px;
width: 50px;