This commit is contained in:
Vanessa 2024-02-16 13:16:50 +08:00
parent b0602bc940
commit c870a5c7c2

View file

@ -7,6 +7,7 @@
padding: 4px 8px;
line-height: 26px;
min-height: 26px;
flex-wrap: wrap;
&:hover {
background-color: var(--b3-theme-background);
@ -34,6 +35,8 @@
.block__logo:not(.popover__block) {
width: 160px;
color: var(--b3-theme-on-surface);
align-self: flex-start;
margin-top: 5px;
span {
text-overflow: ellipsis;
@ -50,6 +53,8 @@
& > .block__icon {
cursor: grab;
align-self: flex-start;
margin-top: 5px;
&:hover {
background-color: transparent;