tweb
tweb copied to clipboard
[BUG] The width of the app should cover the entire screen in large screen.
Describe the bug There is additional empty space on the both side of app in the large screen which is kind of weird. Just like the picture below
To Reproduce Steps to reproduce the behavior:
- Open the web telegram k with a 2560 x 1440 pixel screen.
- Then, you'll see the extra space on both sides of the app.
Expected behavior The width of the app should cover the entire screen
Screenshots
Desktop (please complete the following information):
- OS: [e.g. iOS] win11
- Browser [e.g. chrome, safari] edge
- Version [e.g. 22] 134.0.3124.66
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context
I found that this issue is caused by the max-width css property. Is this restriction meant to solve a particular problem?