Phuks-co / throat

Open Source link aggregator and discussion platform powering Phuks
https://phuks.co
MIT License
73 stars 32 forks source link

Message buttons overlap on iPhone #154

Closed happy-river closed 4 years ago

happy-river commented 4 years ago

33286ACA-B547-4E33-A61A-3A3E4DB4EFD1

evgip commented 4 years ago

Perhaps can change the css a little (margin + display): https://github.com/Phuks-co/throat/blob/master/app/static/css/main.css#L1468

.pmessage p.container a {
    margin: 4px 4px 0 0;
    cursor: pointer;
    padding: .5em 1em;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.06);
    display: inline-block;
}