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