Skip to content

Commit

Permalink
Fix oppia#20698: Inconsistent styling of sharing links (oppia#20762)
Browse files Browse the repository at this point in the history
* Changes*

* lint fix

* lint fix 2
  • Loading branch information
priyanshuverma-dev authored Aug 6, 2024
1 parent 669a617 commit bb407e3
Showing 1 changed file with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@

<style>
.oppia-sharing-links {
align-items: center;
display: flex;
justify-content: center;
margin: 0;
}

Expand Down Expand Up @@ -142,15 +145,6 @@
.post-publish-modal-sharing-links .embed-button-icon {
margin-top: -3px;
}
.fx-row.wrap .classroom-icon {
margin-top: -2px;
}
.fx-row.wrap .embed-button-icon {
margin-top: 1px;
}
.fx-row.collection-footer-sharing-links .classroom-icon {
margin-top: 1.5px;
}
i.fab.fa-facebook-square.blog-post-sharing-link-icon {
font-size: 30px;
margin-right: 5px
Expand Down

0 comments on commit bb407e3

Please sign in to comment.