mirror of
https://github.com/godotengine/godot-asset-library.git
synced 2026-01-05 18:10:50 +03:00
Quick fix to the recent search layout changes
Also busts cache.
This commit is contained in:
@@ -133,6 +133,10 @@ body {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.asset-search-results > .row {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.pagination-container {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user