fix: 📱 Fix for mobile

This commit is contained in:
ThatOneCalculator 2022-08-16 00:08:37 -07:00
parent a0787d837a
commit 5b3d55c84f
2 changed files with 2 additions and 6 deletions

View file

@ -1,6 +1,6 @@
{
"name": "misskey",
"version": "12.118.1-calc.7",
"version": "12.118.1-calc.8",
"codename": "aqua",
"repository": {
"type": "git",

View file

@ -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) {