1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Set status item padding-inline to 0 if there is no children elements

Signed-off-by: Hung-Han (Henry) Chen <chenhungh@gmail.com>
This commit is contained in:
Hung-Han (Henry) Chen 2023-04-11 14:15:01 +03:00
parent 9ea01a4062
commit 621eb0dfc4

View File

@ -35,6 +35,10 @@
display: flex;
align-items: center;
&:empty {
padding-inline: 0;
}
&:hover {
cursor: pointer;
background-color: #ffffff33;