This commit is contained in:
parent
b0602bc940
commit
c870a5c7c2
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue