mirror of
https://dl.bcrjl.com/ghg/HaoOuBa/Joe.git
synced 2026-02-17 13:10:05 +08:00
更新
This commit is contained in:
2
assets/css/joe.global.min.css
vendored
2
assets/css/joe.global.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -1673,8 +1673,6 @@
|
||||
overflow: hidden;
|
||||
code[class*='language-'] {
|
||||
display: block;
|
||||
max-height: 500px;
|
||||
overflow-y: auto;
|
||||
white-space: pre-wrap;
|
||||
word-break: break-all;
|
||||
word-wrap: break-word;
|
||||
@@ -2251,6 +2249,70 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
&__leaving {
|
||||
padding-top: 15px;
|
||||
&-none {
|
||||
padding: 15px 0;
|
||||
text-align: center;
|
||||
user-select: none;
|
||||
color: var(--minor);
|
||||
}
|
||||
&-list {
|
||||
position: relative;
|
||||
height: 500px;
|
||||
.item {
|
||||
display: none;
|
||||
position: absolute;
|
||||
width: 200px;
|
||||
min-height: 140px;
|
||||
overflow: hidden;
|
||||
box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
|
||||
user-select: none;
|
||||
opacity: 0.88;
|
||||
.user {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 0 10px;
|
||||
color: rgba(255, 255, 255, 1);
|
||||
border-bottom: 1px dashed rgba(255, 255, 255, 0.85);
|
||||
height: 40px;
|
||||
cursor: move;
|
||||
.avatar {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.nickname {
|
||||
min-width: 0;
|
||||
flex: 1;
|
||||
margin: 0 5px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
a {
|
||||
color: rgba(255, 255, 255, 1);
|
||||
}
|
||||
}
|
||||
.date {
|
||||
margin-left: auto;
|
||||
}
|
||||
}
|
||||
.wrapper {
|
||||
padding: 10px;
|
||||
.content {
|
||||
max-height: 140px;
|
||||
overflow-y: auto;
|
||||
word-break: break-all;
|
||||
line-height: 24px;
|
||||
color: #fff;
|
||||
.draw_image {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.joe_footer {
|
||||
|
||||
2
assets/css/joe.responsive.min.css
vendored
2
assets/css/joe.responsive.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user