Skip to content

Commit

Permalink
Refs #140518 - Card meta improve spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Nov 19, 2021
1 parent 2babdf9 commit 87dacb9
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,10 @@ div#page-document {
div.card-item {
border-radius: 0px;

&.hovered .content {
max-height: 13.5em;
}

div.header {
padding: 10px 0px 0px 0px;

Expand All @@ -781,9 +785,16 @@ div#page-document {

div.controls {
div.meta {
display: flex;
align-items: center;

button {
font-size: 10px;
}

a {
margin-left: auto;
}
}

div.card-icon {
Expand All @@ -792,7 +803,7 @@ div#page-document {

i.icon {
position: relative;
top: 2px;
top: 3px;
font-size: 14px;
}
}
Expand Down

0 comments on commit 87dacb9

Please sign in to comment.