GithubHelp home page GithubHelp logo

Comments (3)

XIU2 avatar XIU2 commented on May 21, 2024

试了下,感觉有点太宽了。。。

还有一些地方没做好,比如:右侧间距、产生横向滚动条等。

我个人还是喜欢 1000px 的宽度,我也是 1080P,默认的 100% 缩放会看起来很小很费眼,所以我会针对不同网站去进行网页缩放,知乎是 130% ,缩放后网页所有内容就会等比例放大(当然不会模糊,反而会更清晰),看起来舒服多了。

from userscript.

SLKun avatar SLKun commented on May 21, 2024

我的意思是可以做成宽度可设置
除了私信框900px是凭感觉的以外, 其他都是保证侧边栏是原宽度计算出来的

1780px = 1800px - 20px
1494px = 1800px - 306px
897px = (1800px - 306px)/2  + 150px
1590px = 1800px - 210px
1284px = 1590px - 306px

最合适的其实是设计成@media响应式布局比较好, 这样也就没有横向滚动问题
至于右侧间距问题没太懂...

from userscript.

XIU2 avatar XIU2 commented on May 21, 2024

我看了下,是因为我的网页缩放是 130% 所以宽度超标,导致出现横向滚动条,右侧都跑到屏幕外边了。

至于自定义宽度,还要保证响应式布局,感觉有点麻烦。。。
最主要的是,个人感觉太宽还不如 1000px 的,我对当前宽度还是很满意的(我需要网页缩放来解决字体小的问题,所以如果太宽就会出问题),而且 [知乎美化] 这个脚本也没几个人用,因此没什么动力去折腾这些比较麻烦又不敢兴趣的功能。

如果以后我又感兴趣了,或者说还有其他人有这个需求,我再去折腾吧。

from userscript.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.