Fix OpenAPI disclosure label ("Show properties") misalignment on mobile (#3193)

This commit is contained in:
Zeno Kapitein
2025-04-29 19:29:56 +02:00
committed by GitHub
parent c3f6b8c003
commit 89a5816ee4
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -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;