Skip to content

Commit

Permalink
Refs #139198 - Move controls under the image.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Sep 29, 2021
1 parent e424207 commit 73efc84
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,14 @@ div#page-document {
img {
padding: 10px;
}

div.controls {
button {
margin-top: 5px;
margin-right: 5px;
opacity: 0;
}
}
}

div.col-right {
Expand All @@ -273,14 +281,6 @@ div#page-document {
color: @s-dark-gray;
font-size: 12.8px;
}

div.controls {
button {
margin-top: 5px;
margin-right: 5px;
opacity: 0;
}
}
}
}
}
Expand Down

0 comments on commit 73efc84

Please sign in to comment.