GithubHelp home page GithubHelp logo

rockesv / eris Goto Github PK

View Code? Open in Web Editor NEW
10.0 1.0 11.0 991 KB

A darker, cooler, classier look for Discord.

License: GNU General Public License v3.0

CSS 100.00%
discord discord-theme betterdiscord

eris's Introduction

eris's People

Contributors

rockesv avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

eris's Issues

[Bug] Threads are no indented properly, causing overlapping issues

Issue

Threads are styled with .typeThread-2Aqh6X .content-1gYQeQ however, only .content-1gYQeQ is used to style the channels at https://github.com/RockESV/Eris/blob/main/ErisSource.css#L123-L128

This is causes overlapping issues with the L shape svg spline. Since the svg is done before the thread list and is therefore outside the scope of .content-1gYQeQ unlike channels where it's within it's scope.

image

Workaround for this indentation issue:

Add this css snippet to overwrite margin applied by .content-1gYQeQ and z-index the spline so it doesn't overlap with selection.

.typeThread-2Aqh6X {
    text-indent: 1.625rem !important;
}

.spine-29OFwR {
    z-index: 1 !important;
}

Using the above fix, the result looks like this:
image

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.