Skip to content

Commit

Permalink
Client:Components:NewFilesBadge: fix open location button width
Browse files Browse the repository at this point in the history
  • Loading branch information
TimofeyBoyko committed Dec 12, 2024
1 parent 34d57e2 commit 5c3103f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export const StyledFileItem = styled.div<{ isRooms: boolean }>`
curstor: pointer;
.info-container {
max-width: calc(100% - 24px);
max-width: calc(100% - 32px);
height: 100%;
border: 1px solid
${(props) => props.theme.newFilesPanel.fileItem.borderColor};
Expand Down Expand Up @@ -183,6 +183,7 @@ export const StyledFileItem = styled.div<{ isRooms: boolean }>`
}
.open-location-button {
min-width: 16px;
cursor: pointer;
display: none;
Expand Down

0 comments on commit 5c3103f

Please sign in to comment.