mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-26 17:36:28 -07:00
🎨
This commit is contained in:
parent
4bc7e07fd4
commit
74b800b506
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