Style Fixes for AtCoder

Forced attempt to fix style issues on the AtCoder web pages.

Author
Roumcha
Daily installs
0
Total installs
9
Ratings
0 0 0
Version
2024.7.27
Created
2024-03-08
Updated
2024-07-27
Size
3.9 KB
License
CC0-1.0
Applies to

Features

This tool addresses the following issues that occur when viewing the AtCoder website on a PC:

Viewing AtCoder's homepage at a window width of 767.x px causes display distortion

It re-downloads the CSS files used on the page and applies it to widths ranging from 767 to 768 px.

Note: External communication occurs to download CSS files.

Long contest name causes multi-line nav on contest page

With a window width >991.95 px, a long contest name causes the multi-line navigation bar to block the tab bar.

Address this by omitting the long contest name.

When viewing AtCoderInfo with a narrow window width, the top menu does not open

It rearranges the menu to match the display when the width is wide.