feat: upload cover not over yet
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
@use '~@/scss/images.scss' as img;
|
||||
|
||||
.detail-page {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
@@ -24,6 +26,10 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
.detail-navigator-back {
|
||||
border-right: 1px solid #444;
|
||||
}
|
||||
|
||||
.detail-navigator-back, .detail-navigator-icon {
|
||||
height: 20px;
|
||||
width: 50%;
|
||||
@@ -31,7 +37,13 @@
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
& > svg {
|
||||
& > .detail-navigator-back-icon {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
& > .detail-navigator-logo-icon {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
color: #fff;
|
||||
|
||||
Reference in New Issue
Block a user