This commit is contained in:
ThaUnknown 2022-07-15 16:44:17 +02:00
parent c8c7cabf18
commit c0254d749b
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "Miru", "name": "Miru",
"version": "2.9.6", "version": "2.10.0",
"author": "ThaUnknown_ <ThaUnknown@users.noreply.github.com>", "author": "ThaUnknown_ <ThaUnknown@users.noreply.github.com>",
"main": "src/index.js", "main": "src/index.js",
"homepage": "https://github.com/ThaUnknown/miru#readme", "homepage": "https://github.com/ThaUnknown/miru#readme",

View file

@ -152,7 +152,7 @@
} }
.close { .close {
top: 1rem !important; top: 1rem !important;
left: unset; left: unset !important;
right: 2.5rem !important; right: 2.5rem !important;
} }
.badge { .badge {

View file

@ -39,7 +39,7 @@
} }
.close { .close {
top: 1rem !important; top: 1rem !important;
left: unset; left: unset !important;
right: 2.5rem !important; right: 2.5rem !important;
} }
</style> </style>