Skip to content

Commit 0059871

Browse files
committed
integration image fix, increased page size, homepage donate button change
Signed-off-by: Jurj-Bogdan <jurj@dotkernel.com>
1 parent c2b158e commit 0059871

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

bootstrap/scss/_custom-styles.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,13 @@ body {
142142
}
143143

144144
#support-button {
145+
color: white;
146+
font-weight: bold;
145147
background: linear-gradient(to right top, #21D4FD, #0A2432);
148+
&:hover {
149+
opacity: 0.9;
150+
}
151+
146152
i {
147153
padding: .2em;
148154
border-radius: 50%;
@@ -557,6 +563,7 @@ $filter-color: #678799;
557563

558564
.package-image {
559565
width: 4em;
566+
max-height: 4em;
560567
aspect-ratio: 1;
561568
border-radius: 5%;
562569

src/Integration/Handler/IntegrationHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function handle(ServerRequestInterface $request): ResponseInterface
5555
$path = $request->getAttribute('originalRequest', $request)->getUri()->getPath();
5656
assert(is_string($path));
5757
$page = $this->getPageFromRequest($request);
58-
$packages->setItemCountPerPage(9);
58+
$packages->setItemCountPerPage(24);
5959

6060
// If the requested page is later than the last, redirect to the last
6161
// keep set keyword and search queries

0 commit comments

Comments
 (0)