mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Update compact layout style for acticle
This commit is contained in:
parent
f067ff6d8b
commit
dd7195364b
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -3,7 +3,7 @@ style\blur-video-control\blur-video-control.js|5EF74E24B44AF6B81C7237CDF299854F4
|
|||||||
style\comment\comment.css|A8AB8F7A653EB9F6EDAE046D9F8EF1D18BEDDBFB
|
style\comment\comment.css|A8AB8F7A653EB9F6EDAE046D9F8EF1D18BEDDBFB
|
||||||
style\comment\comment.js|DA39A3EE5E6B4B0D3255BFEF95601890AFD80709
|
style\comment\comment.js|DA39A3EE5E6B4B0D3255BFEF95601890AFD80709
|
||||||
style\comment\comment-dark.css|FB74EEE8AFDDDCE1CB8B927D373CD6A5EC3A177C
|
style\comment\comment-dark.css|FB74EEE8AFDDDCE1CB8B927D373CD6A5EC3A177C
|
||||||
style\compact-layout\compact-layout.css|0581D4820F41E6038E10D58C448CB58A6060D526
|
style\compact-layout\compact-layout.css|DE25E50A596A0FCD6E86003B28392FD0848BFD20
|
||||||
style\compact-layout\compact-layout.js|B7F4137996A3CEF7138464E8DF1F0B17EC33029F
|
style\compact-layout\compact-layout.js|B7F4137996A3CEF7138464E8DF1F0B17EC33029F
|
||||||
style\custom-control-background\custom-control-background.css|CE51906D41B7FBFDBD46A8011F4A51CA187F43F8
|
style\custom-control-background\custom-control-background.css|CE51906D41B7FBFDBD46A8011F4A51CA187F43F8
|
||||||
style\custom-control-background\custom-control-background.js|6AEB38A7E7B114AEB6C2047948EBD37D510D199C
|
style\custom-control-background\custom-control-background.js|6AEB38A7E7B114AEB6C2047948EBD37D510D199C
|
||||||
|
|||||||
2
min/compact-layout.min.css
vendored
2
min/compact-layout.min.css
vendored
File diff suppressed because one or more lines are too long
@ -353,3 +353,37 @@
|
|||||||
width: 50px !important;
|
width: 50px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.article-card .article-info
|
||||||
|
{
|
||||||
|
width: 304px !important;
|
||||||
|
}
|
||||||
|
.article-card .article-cover,
|
||||||
|
.article-card .article-cover img
|
||||||
|
{
|
||||||
|
width: 116px !important;
|
||||||
|
height: 87px !important;
|
||||||
|
border-radius: 0 !important;
|
||||||
|
}
|
||||||
|
.article-card
|
||||||
|
{
|
||||||
|
margin-bottom: 0 !important;
|
||||||
|
}
|
||||||
|
.article-card .article-info .data>.view,
|
||||||
|
.article-card .article-info .data>.comment
|
||||||
|
{
|
||||||
|
display: inline-flex !important;
|
||||||
|
align-items: center !important;
|
||||||
|
}
|
||||||
|
.article-card .article-info .data
|
||||||
|
{
|
||||||
|
display: flex !important;
|
||||||
|
align-items: center !important;
|
||||||
|
}
|
||||||
|
@media screen and (max-width: 1300px)
|
||||||
|
{
|
||||||
|
.article-card .article-info
|
||||||
|
{
|
||||||
|
width: 220px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user