This commit is contained in:
@@ -796,11 +796,24 @@ defineExpose({
|
||||
}
|
||||
|
||||
.home-back-icon {
|
||||
font-size: 30px;
|
||||
line-height: 30px;
|
||||
display: flex;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 0;
|
||||
line-height: 0;
|
||||
font-weight: 600;
|
||||
color: #151713;
|
||||
transform: translateX(-1px);
|
||||
}
|
||||
|
||||
.home-back-icon::before {
|
||||
content: '';
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
border-left: 2px solid currentColor;
|
||||
border-bottom: 2px solid currentColor;
|
||||
transform: translateX(2px) rotate(45deg);
|
||||
}
|
||||
|
||||
.home-fullscreen-title {
|
||||
|
||||
Reference in New Issue
Block a user