FIX: Adjust border radius (#24301)

This commit is contained in:
Jordan Vidrine 2023-11-08 18:36:30 -06:00 committed by GitHub
parent fe5383dbff
commit 37fda6d479
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,6 +72,17 @@
}
}
#topic-progress-wrapper {
.topic-admin-menu-button .toggle-admin-menu {
border-top-right-radius: 0;
border-bottom-left-radius: 0;
}
#topic-progress {
border-top-right-radius: var(--d-border-radius);
border-top-left-radius: var(--d-border-radius);
}
}
.topic-error {
padding: 18px;
width: 90%;