Skip to content
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

refactor: remove the unexpected empty blocks #800

Merged
merged 2 commits into from
Oct 4, 2023
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
9 changes: 0 additions & 9 deletions library/src/styles/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,10 @@
@apply lg:hidden;
}

.container\:xl .burger-menu {
}

.container\:base .sidebar {
@apply lg:relative lg:block lg:w-64 lg:h-auto;
}

.container\:xl .sidebar {
}

.container\:base .sidebar--content {
@apply lg:w-56;
}
Expand Down Expand Up @@ -57,9 +51,6 @@
@apply 2xl:p-0 2xl:mt-0;
}

.container\:xl .examples {
}

.container\:base .panel--right {
@apply hidden 2xl:block 2xl:w-5/12;
}
Expand Down