rebrand romm logo

This commit is contained in:
zurdi zurdo
2023-04-14 14:49:55 +02:00
parent 462b82e163
commit 249b71f6b6
9 changed files with 9 additions and 19 deletions

View File

Before

Width:  |  Height:  |  Size: 110 KiB

After

Width:  |  Height:  |  Size: 110 KiB

View File

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View File

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

1
frontend/assets/romm.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 47 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 51 KiB

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="icon" href="/assets/romm.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>RomM</title>
</head>

View File

@@ -1,6 +1,5 @@
<script setup>
import { ref, inject } from "vue"
import RomMIcon from '@/components/AppBar/RomMIcon.vue'
import PlatformsBtn from '@/components/AppBar/PlatformsBtn.vue'
import UploadBtn from '@/components/AppBar/UploadBtn.vue'
import SearchBar from '@/components/AppBar/SearchBar.vue'
@@ -23,17 +22,17 @@ emitter.on('scanning', (s) => { scanning.value = s })
:active="scanning"
:indeterminate="true"
absolute/>
<rom-m-icon/>
<v-avatar size="100" class="ml-3"><v-img src="/assets/romm_home.svg"></v-img></v-avatar>
<platforms-btn/>
<v-spacer class="hidden-xs-and-down"/>
<upload-btn/>
<search-bar/>
<search-bar/>
<template v-slot:append>
<gallery-view-btn/>
<settings-btn/>

View File

@@ -1,11 +0,0 @@
<template>
<v-avatar
class="ml-4 mr-2 hidden-md-and-down"
:rounded="0">
<v-img src="/assets/romm.ico"/>
</v-avatar>
<v-list-item-title
class="text-h6 font-weight-black ma-2 hidden-md-and-down">
RomM
</v-list-item-title>
</template>

View File

@@ -29,7 +29,7 @@ emitter.emit('selectedPlatform', selectedPlatform.value)
<template>
<v-navigation-drawer v-model="platformsDrawer" :rail="rail" width="300" rail-width="72">
<v-navigation-drawer v-model="platformsDrawer" :rail="rail" width="300" rail-width="75">
<v-list>
<platform v-for="platform in platforms" :platform="platform" :rail="rail"/>