Update compact layout style for acticle

This commit is contained in:
the1812 2019-03-31 22:36:45 +08:00
parent f067ff6d8b
commit dd7195364b
5 changed files with 40 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -3,7 +3,7 @@ style\blur-video-control\blur-video-control.js|5EF74E24B44AF6B81C7237CDF299854F4
style\comment\comment.css|A8AB8F7A653EB9F6EDAE046D9F8EF1D18BEDDBFB
style\comment\comment.js|DA39A3EE5E6B4B0D3255BFEF95601890AFD80709
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\custom-control-background\custom-control-background.css|CE51906D41B7FBFDBD46A8011F4A51CA187F43F8
style\custom-control-background\custom-control-background.js|6AEB38A7E7B114AEB6C2047948EBD37D510D199C

File diff suppressed because one or more lines are too long

View File

@ -352,4 +352,38 @@
{
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;
}
}