styles bugfix
This commit is contained in:
@@ -80,7 +80,6 @@ body, html { margin:0; padding:0; height:100%; overflow: hidden; font-family: va
|
||||
.start-item.has-submenu > .submenu li { opacity: 0; transform: translateY(-5px); transition: opacity var(--times-transition-opacity), transform 0.2s; }
|
||||
.start-item.has-submenu.open > .submenu li { opacity: 1; transform: translateY(0); }
|
||||
|
||||
|
||||
img.icon { width: auto; height:20px; object-fit: contain; filter: var(--theme-notifybubble-filter); transform: translate(2px, 2px) }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user