aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/site/src/views/index/Notepad/index.vue
diff options
context:
space:
mode:
authorNtskwK <natsukawa247@outlook.com>2024-09-03 17:14:31 +0800
committerGitHub <noreply@github.com>2024-09-03 17:14:31 +0800
commitbf42519d32970b6c367ee4846b0dd1ba590cf73d (patch)
tree4da693cbff2791c9ec53c472e4a6f47b637e2d42 /site/src/views/index/Notepad/index.vue
parent8311a95b50220020ff4a0b97df638ce2ae155a94 (diff)
parent5656f85eab324e13a5c66a49b0994a96f1acffec (diff)
downloadHydroRoll-bf42519d32970b6c367ee4846b0dd1ba590cf73d.tar.gz
HydroRoll-bf42519d32970b6c367ee4846b0dd1ba590cf73d.zip
Merge pull request #101 from NtskwK/fix_site
feat: adjust UI components for better portrait view
Diffstat (limited to 'site/src/views/index/Notepad/index.vue')
-rw-r--r--site/src/views/index/Notepad/index.vue10
1 files changed, 9 insertions, 1 deletions
diff --git a/site/src/views/index/Notepad/index.vue b/site/src/views/index/Notepad/index.vue
index c4c82aa..fde6e90 100644
--- a/site/src/views/index/Notepad/index.vue
+++ b/site/src/views/index/Notepad/index.vue
@@ -40,6 +40,14 @@ h3 {
.details {
flex: 1;
- width: 30dvw;
+ width: 60dvw;
+ float: right;
+}
+
+@media screen and (orientation:landscape) {
+ .details {
+ flex: 1;
+ width: 30dvw;
+ }
}
</style>