1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-27 07:31:46 +01:00

Does not center multiline

This commit is contained in:
Amir Raminfar
2023-01-27 12:40:05 -08:00
parent 36a03d91fc
commit af49e6fd6f

View File

@@ -16,12 +16,14 @@ div {
width: 0.7em;
height: 0.7em;
border-radius: 0.5em;
align-self: center;
align-self: auto;
margin-top: 0.4em;
&[data-position="start"] {
border-radius: 0.5em 0.5em 0 0;
height: 70%;
margin-bottom: -0.2em;
margin-top: auto;
align-self: flex-end;
}