GithubHelp home page GithubHelp logo

duncannah / better-twitter-redesign Goto Github PK

View Code? Open in Web Editor NEW
22.0 22.0 3.0 266 KB

A UserStyle for Twitter to make the redesign more bearable

License: GNU Affero General Public License v3.0

JavaScript 33.58% SCSS 66.42%
css redesign stylus twitter userstyle

better-twitter-redesign's Introduction

bear

better-twitter-redesign's People

Contributors

duncannah avatar renovate-bot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

better-twitter-redesign's Issues

Profile View

This isn't really an issue but can you add Extended Tweets?

Unable to change profile view width

First and most important, thank you. This singlehandedly made twitter usable again.

Since i use my twitter browser on a 1440p display in fullscreen I felt that the main feed was too short widthwise. I figured how to fix that, but the profile feed I haven't been able to make the same max size. The images show the comparison. I'm no CSS wizard, but i've inspected the profile area and all I could tell is that there's a hardline style command in there with

.r-1ye8kvj { max-width: 600px; }

And that's the last my brainpower can handle.

Here's a profile page
https://i.imgur.com/4dakHpu.png

and the regular feed i resized
https://i.imgur.com/CAcnLX3.jpg

Option to get rid of sidebar sports scores?

Twitter has started to add live updates for sports games (I've only seen UK Football matches so far) to the "What's Happening" section of the sidebar.

twitter-sports

I don't care for sports at all, so I'd prefer not to see that section. I don't see any option in Twitter's own settings to remove it, so it would be nice if the userstyle had an option to show or hide the sports updates.

Tweet button role attribute has changed

The tweet button went from role="button" to role="link" recently.

New working CSS:

/* shrink the tweet button */
a[href='/compose/tweet'][role='link'] {
  width: 45px;
  min-width: 0;
  height: 45px;
  min-height: 0;
  padding: 0; }

a[href='/compose/tweet'][role='link'] span {
  font-size: 90%; }

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Warning

These dependencies are deprecated:

Datasource Name Replacement PR?
npm node-sass Unavailable

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

npm
package.json
  • node-sass 7.0.1

  • Check this box to trigger a request for Renovate to run again on this repository

Allow sidebar to be bigger?

On my ginormously widescreen monitor, there's a lot of wasted space that I think could be filled nicely with the sidebar, allowing it to fill up to 25% of the screen width.

Current

image

Proposal

image

[data-testid="sidebarColumn"] {
    min-width: 300px;
    max-width: 100%;
    flex-grow: 1;
    width: 25%;
}

[data-testid="sidebarColumn"] > div:first-child > div:last-child {
    width: 100%;
}

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.