Commit a393fc7
authored
fix(docs): remove navbar padding breaking ui on mobile (#18402)
## Which issue does this PR close?
NA
## Rationale for this change
I just noticed that an existing css was forcing extra padding in the
navbar, which resulted in breaking the navbar ui in certain small screen
(mobile) devices.
| Old | New (fixed) |
|:---:|:------------:|
| <img width="384" height="120" alt="Screenshot 2025-10-31 at 14-22-44
DataFrame API — Apache DataFusion documentation"
src="https://github.com/user-attachments/assets/c4e23471-cfde-4988-b887-13060da9faf1"
/> | <img width="384" height="117" alt="Screenshot 2025-10-31 at
14-23-19 DataFrame API — Apache DataFusion documentation"
src="https://github.com/user-attachments/assets/152c7b8d-cf0e-4a62-a616-264398d074a1"
/> |
*notice how the right side navbar element is breaking out of the layout
To replicate this issue (firefox-browser) :
- Open https://datafusion.apache.org/ in "responsive design mode"
(ctrl+shift+m)
- Select "Galaxy S20 Android 11" or "iPhone 12/13 + Pro iOS 14.6" ...etc
device.
## What changes are included in this PR?
Removed an existing css that was responsible for this behavior.1 parent 70e9155 commit a393fc7
1 file changed
+0
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | 72 | | |
81 | 73 | | |
82 | 74 | | |
| |||
0 commit comments