11
This commit is contained in:
@@ -82,6 +82,7 @@
|
||||
background: #ffffff;
|
||||
padding: 0 9rem;
|
||||
border-bottom: 0.1rem solid #c4c4c4;
|
||||
user-select: none;
|
||||
> .left {
|
||||
> .logo {
|
||||
width: auto;
|
||||
@@ -89,17 +90,22 @@
|
||||
}
|
||||
}
|
||||
> .right {
|
||||
> * {
|
||||
cursor: pointer;
|
||||
}
|
||||
> .icon {
|
||||
width: 2.4rem;
|
||||
height: 2.4rem;
|
||||
cursor: pointer;
|
||||
}
|
||||
> .login {
|
||||
font-family: Kaisei Opti;
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
> .profile {
|
||||
width: 4rem;
|
||||
height: 4rem;
|
||||
border-radius: 50%;
|
||||
background: #f5f5f5;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
> .center,
|
||||
@@ -118,7 +124,6 @@
|
||||
transform: translate(-50%, -50%);
|
||||
> .nav-item {
|
||||
height: 100%;
|
||||
user-select: none;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user