Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/NcAppSidebar/NcAppSidebarTabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ export default {
bottom: 0;
left: 50%;
width: 0;
height: 6px;
height: 4px;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
height: 4px;
height: var(--default-grid-baseline);

?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No variable was used before, so I didn't. And I mean, you probably wouldn't want this scaling with that? It's closer to font weight, which is not derived from the baseline either.

border-radius: 999px;
background-color: var(--color-primary-element);
opacity: 0;
Expand Down
Loading