Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

Floating compose panel #256

Closed
passcod opened this issue Oct 27, 2017 · 1 comment
Closed

Floating compose panel #256

passcod opened this issue Oct 27, 2017 · 1 comment

Comments

@passcod
Copy link

passcod commented Oct 27, 2017

From #255:

Instead of having the compose panel push the columns to the right, it appears "on top" of the rest of the view, so the display doesn't move. It also makes it faster (less animation / rendering!). I added some shadows to make it clear that it's above.

This was my implementation, for reference:

    .app-content.is-open .drawer[data-drawer=compose] {
        box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
        left: 0;
        z-index: 999;
    }

    .app-content.is-open {
        transform: none !important;
        margin-right: 0 !important;
    }

screenshot from 2017-10-27 11-17-36

@eramdam eramdam added this to the 4.x milestone Jul 22, 2020
@eramdam eramdam removed this from the 4.x milestone Apr 4, 2021
@eramdam
Copy link
Owner

eramdam commented Oct 12, 2022

I consider Better TweetDeck to be in a feature freeze state due to the impending release of the newer TweetDeck and will instead shift my focus to building an alternative client. As such, I'm marking this issue as closed for the time being.
See the following issue for details #848

@eramdam eramdam closed this as completed Oct 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants