🎨
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 {
|
||||
padding: 0 12px;
|
||||
padding-top: 4px;
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
font-family: Lucida Console, Courier, monospace;
|
||||
|
||||
&:hover + .content {
|
||||
opacity: 1;
|
||||
|
@ -90,7 +92,6 @@ export default Vue.extend({
|
|||
position: absolute;
|
||||
top: auto;
|
||||
right: 0;
|
||||
z-index: 3;
|
||||
margin: 16px 0 0 0;
|
||||
padding: 16px;
|
||||
width: 230px;
|
||||
|
|
Loading…
Reference in a new issue