Remove unnecessary icon styling for block, update header flex

This commit is contained in:
Evan Simkowitz 2024-08-06 14:20:19 -07:00
parent b105f281c8
commit a01d735db3
No known key found for this signature in database

View File

@ -81,18 +81,9 @@
border-bottom: 1px solid var(--border-color);
border-radius: var(--block-border-radius) var(--block-border-radius) 0 0;
.block-frame-preicon-button {
opacity: 0.7;
cursor: pointer;
&:hover {
opacity: 1;
}
}
.block-frame-default-header-iconview {
display: flex;
flex-shrink: 1;
flex: 0 1 auto;
align-items: center;
gap: 8px;
overflow-x: hidden;