mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-23 19:06:31 +00:00
Fix OpenAPI disclosure label ("Show properties") misalignment on mobile (#3193)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"gitbook": patch
|
||||
---
|
||||
|
||||
Fix OpenAPI disclosure label ("Show properties") misalignment on mobile
|
||||
@@ -806,7 +806,7 @@ body:has(.openapi-select-popover) {
|
||||
@media (hover: none) {
|
||||
/* Make button label always visible on non-hover devices like phones */
|
||||
.openapi-disclosure-trigger-label {
|
||||
@apply relative ring-1 bg-tint-base;
|
||||
@apply relative ring-1 bg-tint-base right-0;
|
||||
}
|
||||
.openapi-disclosure-trigger-label span {
|
||||
@apply block;
|
||||
|
||||
Reference in New Issue
Block a user