Add icon to website
This commit is contained in:
parent
0969db6948
commit
cc6f69aab5
1 changed files with 8 additions and 1 deletions
|
|
@ -9,6 +9,7 @@
|
|||
<div v-html="alert.message"></div>
|
||||
</div>
|
||||
</transition>
|
||||
<img class="icon" src="favicon.svg" alt="Secret Hitler Online Logo" width="50" height="50">
|
||||
<WS-Test
|
||||
v-if="state == 'ws-test'"
|
||||
/>
|
||||
|
|
@ -127,13 +128,19 @@ p {
|
|||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#app > .icon {
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
top: 10px;
|
||||
}
|
||||
|
||||
.alert-bar {
|
||||
justify-content: center;
|
||||
position: absolute;
|
||||
display: flex;
|
||||
padding: 3px;
|
||||
width: 100vw;
|
||||
z-index: 1;
|
||||
z-index: 2;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue