fix(adaptedStyles): graphic content overflow in user space page (#816)

This commit is contained in:
夜晚的鸡鸣
2024-06-04 16:51:39 +08:00
committed by GitHub
parent 7c16c4c2b2
commit 0ff3a4cac7

View File

@@ -35,6 +35,10 @@
border-radius: 4px;
}
.masonry_grid_v2 .container {
position: static;
}
// #region theme color adaption part
// Increase the priority of the style inside by writing a non-existent selector in :not()
// 淺色模式下主要對 theme color 調整配合 bewlybewly 配色