mirror of
https://github.com/matze/wastebin.git
synced 2026-04-25 08:36:00 +03:00
[PR #61] [MERGED] Reduce lang list size to fix overflow #134
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wastebin-matze#134
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (2)
238e53dFix overflow on some elementsb0b6c9eFix 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.