[PR #61] [MERGED] Reduce lang list size to fix overflow #134

Closed
opened 2026-02-27 10:15:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/matze/wastebin/pull/61
Author: @kshannoninnes
Created: 6/29/2024
Status: Merged
Merged: 6/30/2024
Merged by: @matze

Base: masterHead: master


📝 Commits (2)

  • 238e53d Fix overflow on some elements
  • b0b6c9e Fix top margin for paste area and right menu

📊 Changes

3 files changed (+7 additions, -3 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 src/themes/style.css (+4 -1)
📝 templates/index.html (+2 -2)

📄 Description

A scrollbar was getting introduced due to the size of the langs list. This reduces the size from 23 options to 17 options, and also adjusts some height attributes in other elements to remove the scrollbar completely.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/matze/wastebin/pull/61 **Author:** [@kshannoninnes](https://github.com/kshannoninnes) **Created:** 6/29/2024 **Status:** ✅ Merged **Merged:** 6/30/2024 **Merged by:** [@matze](https://github.com/matze) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`238e53d`](https://github.com/matze/wastebin/commit/238e53d5fca35601ceecd7c7bc1b9b3945736878) Fix overflow on some elements - [`b0b6c9e`](https://github.com/matze/wastebin/commit/b0b6c9e52bbe9a45e8c1ccb8d1f38e6628a94768) Fix top margin for paste area and right menu ### 📊 Changes **3 files changed** (+7 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `src/themes/style.css` (+4 -1) 📝 `templates/index.html` (+2 -2) </details> ### 📄 Description A scrollbar was getting introduced due to the size of the langs list. This reduces the size from 23 options to 17 options, and also adjusts some height attributes in other elements to remove the scrollbar completely. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 10:15:53 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/wastebin-matze#134
No description provided.