mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-06 03:36:03 +02:00
fix(frontend): "時計"ウィジェット(Clock)において、Transparent設定が有効でも、その背景が透過されない
Fix #15994
This commit is contained in:
@@ -154,6 +154,10 @@ onUnmounted(() => {
|
||||
&.naked {
|
||||
background: transparent !important;
|
||||
box-shadow: none !important;
|
||||
|
||||
> .content {
|
||||
background: transparent !important;
|
||||
}
|
||||
}
|
||||
|
||||
&.scrollable {
|
||||
|
||||
Reference in New Issue
Block a user