Quick fix to the recent search layout changes

Also busts cache.
This commit is contained in:
Yuri Sizov
2023-05-23 23:03:38 +02:00
parent 970f1ce0d9
commit 7e42fa48be
2 changed files with 5 additions and 1 deletions

View File

@@ -133,6 +133,10 @@ body {
width: 100%;
}
.asset-search-results > .row {
height: 100%;
}
.pagination-container {
text-align: center;
}

View File

@@ -25,7 +25,7 @@
<!-- Bootstrap -->
<link href="<?php echo raw($bowerpath) ?>/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="<?php echo raw($basepath) ?>/style/base.css" rel="stylesheet">
<link href="<?php echo raw($basepath) ?>/style/base.css?2" rel="stylesheet">
</head>
<body>