mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
🐛 fixes dropdown on docs and guide
The dropdowns for user profile and guide was not showing the border and shadow because of not using tailwind base, which we can’t use here.
This commit is contained in:
@@ -33,3 +33,7 @@ div.book:first-of-type, {
|
||||
#avatar>div>img {
|
||||
@apply rounded;
|
||||
}
|
||||
|
||||
#userMenu, #guideMenu {
|
||||
border: 1px solid #d1d5db;
|
||||
}
|
||||
|
||||
@@ -120,3 +120,8 @@ select, #search-input {
|
||||
#avatar>div>img {
|
||||
@apply rounded;
|
||||
}
|
||||
|
||||
#userMenu, #guideMenu {
|
||||
border: 1px solid #d1d5db;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user