mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-23 22:40:20 +08:00
set correct size for home screen on mobile
This commit is contained in:
parent
949f97eb2e
commit
ab5bc17991
@ -351,8 +351,6 @@ input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, sel
|
|||||||
}
|
}
|
||||||
|
|
||||||
.device-phone .desktop {
|
.device-phone .desktop {
|
||||||
height: 100vh !important;
|
|
||||||
height: 100dvh !important;
|
|
||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -778,6 +776,10 @@ span.header-sort-icon img {
|
|||||||
|
|
||||||
.device-phone .item-container-list .item .item-name {
|
.device-phone .item-container-list .item .item-name {
|
||||||
line-height: 42px;
|
line-height: 42px;
|
||||||
|
border-bottom: 1px solid #e3e3e3;
|
||||||
|
padding-bottom: 15px;
|
||||||
|
width: calc(100% - 75px);
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.window-body .item .item-name-editor {
|
.window-body .item .item-name-editor {
|
||||||
|
Loading…
Reference in New Issue
Block a user