cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-11-02 18:31:32 +03:00
parent 0d4d766de9
commit 92d750cf01

View File

@ -278,18 +278,20 @@
padding: 0;
border: none;
background: none;
}
&:not([cropped])>.text {
&>.text {
display: none;
}
}
&,
&[cropped] {
margin-left: 0;
}
&[cropped] .text {
& .text {
display: block;
}
}
}
/* toolbar... */
.toolbar {