Commit eef1d373 by lmf

优化评论列表顶部帅选样式

parent d91291c0
......@@ -1782,6 +1782,40 @@ button.action.submit.primary {
width: 100% !important;
}
.amrev-toolbar-container.-all .amrev-sorting {
border-left: none;
float: right;
text-align: end;
}
.amrev-toolbar-container {
display: flex;
align-items: center;
justify-content: flex-end;
padding: 0;
color: #363636;
font-size: 12px;
}
.amrev-toolbar-container .amrev-filters {
justify-content: center;
align-items: end;
order: 2;
list-style: none;
width: 35%;
}
.amrev-toolbar-container .amrev-sorting {
flex-basis: 100%;
order: 1;
padding: 10px 18px;
border: none;
background: #fafafa;
border-left: none;
float: right;
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment