This commit is contained in:
syuilo 2021-10-16 01:15:22 +09:00
parent c11c22fc73
commit fe62f3508b
2 changed files with 8 additions and 2 deletions

View file

@ -65,8 +65,8 @@ export default defineComponent({
align-items: center;
width: 100%;
box-sizing: border-box;
padding: 10px 16px 10px 14px;
border-radius: 999px;
padding: 10px 16px 10px 8px;
border-radius: 9px;
font-size: 0.9em;
&:hover {

View file

@ -271,6 +271,12 @@ export default defineComponent({
<style lang="scss" scoped>
.vvcocwet {
> .nav {
> .title {
margin: 16px;
font-size: 1.5em;
font-weight: bold;
}
> .info {
margin: 0 16px;
}