Skip to content

Commit

Permalink
Merge pull request #188 from Emilia-Capital/filip/styling-tweaks
Browse files Browse the repository at this point in the history
Styling tweaks
  • Loading branch information
ilicfilip authored Dec 17, 2024
2 parents 89a2aba + 0ed8db0 commit f0d7d6a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion assets/css/page-widgets/suggested-tasks.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,14 @@
.prpl-widget-title {
display: flex;
}

hr {
display: initial;
}
}

.prpl-widget-title {
.prpl-widget-title,
hr {
display: none;
}
}
Expand Down
4 changes: 2 additions & 2 deletions views/page-widgets/suggested-tasks.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ class="prpl-info-icon"

<ul style="display:none"></ul>
<ul class="prpl-suggested-tasks-list"></ul>
</div>

<hr>
<hr>
</div>

<div class="prpl-widget-content">
<?php if ( 2024 === (int) \gmdate( 'Y' ) ) : ?>
Expand Down

0 comments on commit f0d7d6a

Please sign in to comment.