-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds the compact mode #602
Conversation
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
Codecov Report
@@ Coverage Diff @@
## master #602 +/- ##
=======================================
Coverage 75.46% 75.46%
=======================================
Files 52 52
Lines 1969 1969
=======================================
Hits 1486 1486
Misses 483 483 |
css/style.scss
Outdated
@@ -338,7 +348,7 @@ input.input-inline { | |||
flex-direction: column; | |||
|
|||
h3 { | |||
padding: 10px 10px 8px; | |||
padding: 10px 10px 8px;; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicate ;
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
691863f
to
b20ea4d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Really nice work @weeman1337 Thanks alot.
Good point @Mannshoch mind to open an issue so we don't forget about this, since it is already merged? |
@Mannshoch with color you mean the tag colors, right? |
@weeman1337 yes |
If you asking because my comment on #15 (comment) that's why I set this colors in this Mockup in the lower center. |
Summary
Adds a compact mode toggle:
standard view and toggle
compact mode
Checklist
Possible follow ups