Add CSS for map height

这个提交包含在:
phl0 2022-07-02 19:24:03 +02:00
父节点 1f67ffc871
当前提交 949530aaaf
找不到此签名对应的密钥
GPG 密钥 ID: 48EA1E640798CA9A

查看文件

@ -349,3 +349,8 @@ div#station_logbooks_linked_table_paginate {
max-height: 250px; max-height: 250px;
max-width: 100%; max-width: 100%;
} }
#mapactivators {
height: calc(100vh - 380px) !important;
max-height: 900px !important;
}