mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
parent
3eae3ea8a4
commit
fccf482d37
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -25,7 +25,7 @@
|
||||
"collapse-live-side-bar.min.css": "22348786547D2D8DB659A306AF2E9C1F2050D66488778C71545AAEF785FD57E6",
|
||||
"collapse-live-side-bar.min.js": "BB1B1CF157099A70F1AEA3F154C84D9CA1A84A29B5F6E42357CA9F51FFC4965C",
|
||||
"combo-like.min.js": "368DA34768E947628099D258ED23BC5FFFCFFD25A47346E086C7975C8A52F997",
|
||||
"comment.min.css": "1AAC1A6989D372C428710708FA0D6C735D131B55A99F05F929E27429F76F6427",
|
||||
"comment.min.css": "78C167978B3F1351AB8F8F9B39B47AB178DE2A775CE63A83F2287BEB02059673",
|
||||
"comment.min.js": "64F7B6951861C25799C48BB1ABCF2A73F79BCBBFC1E9D3BD45EC1F16F94F6451",
|
||||
"comment-apis.min.js": "13B755C0EE0CA018AE65251E168BAF3395FEA2EB4FAD6949AADD752F61B8819B",
|
||||
"comment-dark.min.css": "E980508E86203743C36FEE4F7149BFF53961ECBC4EC140E8C162D18D395B940A",
|
||||
|
||||
BIN
min/bundle.zip
BIN
min/bundle.zip
Binary file not shown.
2
min/comment.min.css
vendored
2
min/comment.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1,5 +1,6 @@
|
||||
@mixin orders {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.floor {
|
||||
opacity: 0.7;
|
||||
order: 1;
|
||||
@ -7,8 +8,18 @@
|
||||
.reply {
|
||||
order: 2;
|
||||
}
|
||||
.operation {
|
||||
.reply-tags {
|
||||
order: 3;
|
||||
margin: 0 !important;
|
||||
span {
|
||||
margin: 0 !important;
|
||||
font-size: 12px !important;
|
||||
line-height: normal !important;
|
||||
display: flex !important;
|
||||
}
|
||||
}
|
||||
.operation {
|
||||
order: 4;
|
||||
flex-grow: 1;
|
||||
display: flex !important;
|
||||
justify-content: flex-end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user