mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-28 19:47:49 +08:00
优化卡片组件样式
This commit is contained in:
@@ -102,7 +102,6 @@ body {
|
||||
.slider-header {
|
||||
position: relative;
|
||||
display: flex;
|
||||
margin-block: 1.5rem 1rem;
|
||||
}
|
||||
|
||||
.slider-title {
|
||||
@@ -183,7 +182,7 @@ body {
|
||||
}
|
||||
|
||||
.grid-media-card {
|
||||
grid-template-columns: repeat(auto-fill, minmax(9rem, 1fr));
|
||||
grid-template-columns: repeat(auto-fill, minmax(8rem, 1fr));
|
||||
}
|
||||
|
||||
.grid-backdrop-card {
|
||||
|
||||
Reference in New Issue
Block a user