From ddfe5015c9237fbe0fea44f8bcde31708eb3adac Mon Sep 17 00:00:00 2001 From: Wolfboy248 Date: Tue, 26 Aug 2025 08:20:51 +0200 Subject: Fixed some inconsistant styles and fixed category queryparam in maplist page --- frontend/src/pages/Maps/Maps.module.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 frontend/src/pages/Maps/Maps.module.css (limited to 'frontend/src/pages/Maps/Maps.module.css') diff --git a/frontend/src/pages/Maps/Maps.module.css b/frontend/src/pages/Maps/Maps.module.css new file mode 100644 index 0000000..5c2b414 --- /dev/null +++ b/frontend/src/pages/Maps/Maps.module.css @@ -0,0 +1,22 @@ +.button-nav { + display: flex; + flex: 1; + gap: 12px; + + align-items: center; + justify-content: center; + cursor: pointer; + + background-color: var(--color-block); + transition: all 0.1s ease; + padding: 8px 0px; + font-size: 28px; +} + +.button-nav:hover { + background-color: var(--color-panel); +} + +.button-nav>span { + transform: translateY(-2px); +} \ No newline at end of file -- cgit v1.2.3