diff options
Diffstat (limited to 'src/views/index')
| -rw-r--r-- | src/views/index/Notepad/index.vue | 6 | ||||
| -rw-r--r-- | src/views/index/Right.vue | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/src/views/index/Notepad/index.vue b/src/views/index/Notepad/index.vue index fde6e90..33466d4 100644 --- a/src/views/index/Notepad/index.vue +++ b/src/views/index/Notepad/index.vue @@ -19,7 +19,7 @@ export default { <template> - <div class="details" style="overflow-y:scroll;overflow-x:hidden;height:100%"> + <div class="details" style="overflow-y:hidden;overflow-x:hidden;height:100%"> <h3> {{ title }} </h3> @@ -32,7 +32,7 @@ export default { h3 { - font-size: 1.2rem; + font-size: 1.8rem; font-weight: 500; margin-bottom: 0.4rem; color: var(--color-heading); @@ -47,7 +47,7 @@ h3 { @media screen and (orientation:landscape) { .details { flex: 1; - width: 30dvw; + width: 32dvw; } } </style> diff --git a/src/views/index/Right.vue b/src/views/index/Right.vue index d76397e..85df994 100644 --- a/src/views/index/Right.vue +++ b/src/views/index/Right.vue @@ -116,6 +116,7 @@ i { @media screen and (orientation:landscape) { .messageBar { + height: 600px; margin-top: 0; padding: 5rem 0 5rem calc(var(--section-gap) / 2); } |
