Giter VIP home page Giter VIP logo

Comments (3)

nhan000 avatar nhan000 commented on August 15, 2024 1

for those who're interested in a temporary fix: I'm using Stylus plugin with the following code to achieve the look below. (I want it to be functional over aesthetics and I don't know CSS so the code may look funky).

Click to reveal code block
#columns>* {
    flex-basis: min(100vw,60em);
}

@media (min-width: 40em)
    #columns {
    }

	#columns li:has(.status-carousel) {
        width: 57em;
        -webkit-transform: translateX(calc(-50% + 20em));
        transform: translate(calc(-50% + 20em))
    }
}

.filter-bar>a>.filter-count {
}

@media (min-width: 40em) {
    li:has(.status-carousel) {
        width: 95vw;
        max-width: 1000em;
        -webkit-transform: translateX(calc(-50% + 20em));
        transform: translate(calc(-50% + 20em))
    }
}

Profile page layout
image

Multi-colum layout
image

from phanpy.

abominabledrh avatar abominabledrh commented on August 15, 2024

I don't know how feasible this is but as a user's screen is an unknown size, rather than an option to define column width would it be possible to define the number of columns visible - with other columns accessible by scrolling?

from phanpy.

zachpmanson avatar zachpmanson commented on August 15, 2024

This is my only complaint with phanpy. Being able to increase the width of columns would increase usability greatly.

from phanpy.

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.