🎨
This commit is contained in:
parent
2a04f2ca4d
commit
c32a5d602b
1 changed files with 2 additions and 1 deletions
|
@ -66,8 +66,10 @@ export default Vue.extend({
|
||||||
|
|
||||||
> .header {
|
> .header {
|
||||||
padding: 0 12px;
|
padding: 0 12px;
|
||||||
|
padding-top: 4px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
font-family: Lucida Console, Courier, monospace;
|
||||||
|
|
||||||
&:hover + .content {
|
&:hover + .content {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
@ -90,7 +92,6 @@ export default Vue.extend({
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: auto;
|
top: auto;
|
||||||
right: 0;
|
right: 0;
|
||||||
z-index: 3;
|
|
||||||
margin: 16px 0 0 0;
|
margin: 16px 0 0 0;
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
width: 230px;
|
width: 230px;
|
||||||
|
|
Loading…
Reference in a new issue