mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-07 13:05:09 +00:00
Fix: Minor css bugs (#20677)
* fix action btn css issue * update owner label extra avatar size * minor css fix for layout * minor css fix * update show more owners avatar size as per feedback
This commit is contained in:
parent
0c0830f4fb
commit
c2d81d9b52
@ -42,7 +42,7 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
border: 1px solid @grey-15;
|
border: 1px solid @grey-15;
|
||||||
|
|
||||||
.full-width {
|
&.full-width {
|
||||||
flex: 10;
|
flex: 10;
|
||||||
margin-right: 0px;
|
margin-right: 0px;
|
||||||
}
|
}
|
||||||
@ -399,7 +399,7 @@
|
|||||||
background: @blue-23;
|
background: @blue-23;
|
||||||
color: @blue-9;
|
color: @blue-9;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-radius: @size-sm;
|
border-radius: @size-xs;
|
||||||
.ant-segmented-item-label {
|
.ant-segmented-item-label {
|
||||||
color: @blue-9;
|
color: @blue-9;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -45,6 +45,9 @@
|
|||||||
&:last-child {
|
&:last-child {
|
||||||
border-left: none;
|
border-left: none;
|
||||||
}
|
}
|
||||||
|
&.ant-btn.ant-btn-default:not(:hover) {
|
||||||
|
border-color: @blue-12;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -144,7 +144,7 @@ export const OwnerLabel = ({
|
|||||||
{/* Show more button/dropdown */}
|
{/* Show more button/dropdown */}
|
||||||
{showMoreButton && (
|
{showMoreButton && (
|
||||||
<OwnerReveal
|
<OwnerReveal
|
||||||
avatarSize={avatarSize}
|
avatarSize={isCompactView ? 24 : avatarSize}
|
||||||
isCompactView={isCompactView}
|
isCompactView={isCompactView}
|
||||||
isDropdownOpen={isDropdownOpen}
|
isDropdownOpen={isDropdownOpen}
|
||||||
owners={owners.slice(maxVisibleOwners)}
|
owners={owners.slice(maxVisibleOwners)}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user