mirror of
https://github.com/romancm/gamebrary
synced 2024-11-14 23:47:08 +00:00
Removed history mode
This commit is contained in:
parent
637ef5ddd9
commit
c656089f0d
2 changed files with 2 additions and 3 deletions
|
@ -169,7 +169,7 @@ export default {
|
|||
.platforms {
|
||||
margin-top: $gp;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
grid-template-columns: repeat(5, 1fr);
|
||||
grid-gap: $gp;
|
||||
|
||||
@media($small) {
|
||||
|
@ -180,7 +180,7 @@ export default {
|
|||
cursor: pointer;
|
||||
border-radius: $border-radius;
|
||||
width: auto;
|
||||
height: 140px;
|
||||
height: 100px;
|
||||
padding: $gp;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -10,7 +10,6 @@ import Platforms from '@/pages/Platforms/Platforms';
|
|||
Vue.use(Router);
|
||||
|
||||
export default new Router({
|
||||
mode: 'history',
|
||||
routes: [
|
||||
{
|
||||
path: '/s/:userId/:listName',
|
||||
|
|
Loading…
Reference in a new issue