Skip to content

Commit

Permalink
#95 Material CSS update to modal boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
creecros committed Sep 11, 2019
1 parent c74f58b commit 9e0b4c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Assets/css/themes/Material.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ body
background-color:#f1f1f1!important
}

div#modal-box {
width: max-content!important;
}

.logo a {
opacity: 1;
color: inherit;
Expand Down
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public function getPluginAuthor()

public function getPluginVersion()
{
return '1.13.0';
return '1.13.1';
}

public function getPluginHomepage()
Expand Down

0 comments on commit 9e0b4c4

Please sign in to comment.