大佬们,能整一下吗?这个登录界面的logo,长方形的logo被压缩的厉害 #6934
-
强迫症患者表示很难受啊.... Originally posted by @hcllmsx in #3517 (comment) |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 3 replies
-
Thanks for opening your first issue here! Be sure to follow the issue template! |
Beta Was this translation helpful? Give feedback.
-
一个临时解决办法是修改前端 https://github.com/alist-org/alist-web/blob/main/src/pages/login/index.tsx#L189 第189行,把boxSize去掉,改成w="100px" h="100px"的形式(数字根据自己图标的大小和实际需要自己填),然后自行编译前端后端运行 |
Beta Was this translation helpful? Give feedback.
-
这个链接都打不开....404 - page not found . Cannot find a valid ref in src/pages/login/index.tsx 另外,算了,打开了修改了我也不会编译。还是等大佬修复。 |
Beta Was this translation helpful? Give feedback.
-
哦哦,我链接打错了,少打了个main;不过确实这个需要编译用,一键脚本手动安装的都不能用 |
Beta Was this translation helpful? Give feedback.
-
在自定义头部添加style,自己做一个css样式 |
Beta Was this translation helpful? Give feedback.
-
在自定义头部里填写以下内容 <style>
.hope-flex {flex-wrap: wrap;}
.hope-image {margin-right: none;flex: 1 1 100%;}
</style> |
Beta Was this translation helpful? Give feedback.
理论上来说,应该这样,才不影响其他部件吧