fix: 📱 Fix for mobile
This commit is contained in:
parent
a0787d837a
commit
5b3d55c84f
2 changed files with 2 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "misskey",
|
"name": "misskey",
|
||||||
"version": "12.118.1-calc.7",
|
"version": "12.118.1-calc.8",
|
||||||
"codename": "aqua",
|
"codename": "aqua",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -308,14 +308,10 @@ const wallpaper = localStorage.getItem('wallpaper') != null;
|
||||||
transition: background 0.6s;
|
transition: background 0.6s;
|
||||||
color: var(--fg);
|
color: var(--fg);
|
||||||
|
|
||||||
&:hover {
|
|
||||||
background: var(--panelHover) radial-gradient(circle, transparent 1%, var(--panelHover) 1%) center/15000%;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:active {
|
&:active {
|
||||||
background-color: var(--accentedBg);
|
background-color: var(--accentedBg);
|
||||||
background-size: 100%;
|
background-size: 100%;
|
||||||
transition: background 0s;
|
transition: background 0.1s;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:not(:last-child) {
|
&:not(:last-child) {
|
||||||
|
|
Loading…
Reference in a new issue