Skip to content

Commit

Permalink
Fix submenu css
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Sep 18, 2024
1 parent 60f859e commit 759b9a8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions plugin/Gallery/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,14 @@ a.h6.galleryLink > strong{
width: 25px;
height: 25px;
}

.galleryVideoButtons div.dropdown.text-center.open > ul button {
display: inline-block;
width: auto;
height: auto;
margin: auto;
padding: 5px 10px;
}
.galleryVideo:hover .galleryVideoButtons,
.thumbsImageContainer:hover .galleryVideoButtons,
.galleryVideo:active .galleryVideoButtons,
Expand Down
1 change: 1 addition & 0 deletions plugin/SocialMediaPublisher/uploadVideo.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
.social-network .btn {
margin: 20px 0;
}

</style>
<div class="container-fluid">
<div class="panel panel-default ">
Expand Down

0 comments on commit 759b9a8

Please sign in to comment.