mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-07-06 11:30:46 +00:00
fixed bugs and colors
This commit is contained in:
parent
5b7a5135b6
commit
e82dd4a84f
2 changed files with 3 additions and 3 deletions
|
|
@ -545,7 +545,7 @@ export default {
|
||||||
height: 0;
|
height: 0;
|
||||||
border-left: 10px solid transparent;
|
border-left: 10px solid transparent;
|
||||||
border-right: 10px solid transparent;
|
border-right: 10px solid transparent;
|
||||||
border-top: 15px solid #000000ad;
|
border-top: 15px solid #00203a;
|
||||||
|
|
||||||
align-self: flex-end;
|
align-self: flex-end;
|
||||||
margin-right: 46px;
|
margin-right: 46px;
|
||||||
|
|
@ -557,7 +557,7 @@ export default {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: rgba(0, 110, 255, 0.8);
|
background: rgba(0, 56, 100, 0.4);
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
.tab {
|
.tab {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div
|
<div
|
||||||
class="container"
|
class="container"
|
||||||
:class="{ mentioned }"
|
:class="{ 'mentioned-container': mentioned }"
|
||||||
@mouseover="mouseOverEvent"
|
@mouseover="mouseOverEvent"
|
||||||
@mouseleave="hover = false"
|
@mouseleave="hover = false"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue