diff options
| author | 2024-09-03 17:12:22 +0800 | |
|---|---|---|
| committer | 2024-09-03 17:12:22 +0800 | |
| commit | 5656f85eab324e13a5c66a49b0994a96f1acffec (patch) | |
| tree | 8e6cf841cbdd26c464a4bdc908454a271de52aa7 /site/src/views/index/Notepad/index.vue | |
| parent | 65c8f781eff477f65183a480a9f63255a2f8f77f (diff) | |
| download | HydroRoll-5656f85eab324e13a5c66a49b0994a96f1acffec.tar.gz HydroRoll-5656f85eab324e13a5c66a49b0994a96f1acffec.zip | |
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.vue | 10 |
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> |
