Merge pull request #395 from hellcp/patch-28

Fix search results look
This commit is contained in:
daniel 2018-08-23 18:33:37 -06:00 committed by GitHub
commit 6a969ca9f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -298,3 +298,13 @@ details summary::-webkit-details-marker {
.profile-avatar img {
object-fit: cover;
}
.tt-menu {
padding: 0 !important;
border-radius: 0 0 0.25rem 0.25rem !important;
}
.tt-dataset .alert {
border: 0 !important;
border-radius: 0 !important;
}