n-channel

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 4eac4e96e8637490bd133d92e5b83f9b9849a405
parent 6550ae94c75ec8b02fd8d8b99cb17c9b28a748b1
Author: Samdal <samdal@protonmail.com>
Date:   Fri, 21 Feb 2025 20:07:27 +0100

update todo, fix footer having small transparent area at bottom

Diffstat:
M_sass/_main.scss | 5++---
M_todo.md | 17+++++++++++++++++
2 files changed, 19 insertions(+), 3 deletions(-)

diff --git a/_sass/_main.scss b/_sass/_main.scss @@ -28,15 +28,14 @@ body { .footer { max-height: 220px; width: 100%; - overflow:hidden; - display: inline-block; overflow-x: hidden; overflow-y: hidden; + aspect-ratio: 1920 / 493; } .footer-image { width: 100%; - transform-origin: top left; + transform-origin: bottom left; } nav ul { diff --git a/_todo.md b/_todo.md @@ -12,3 +12,20 @@ + Nisse text format + SE (simple editor) +- Productivity through simpler software + Only one monitor, previously had more + I use DWM, workspaces. + + I use I hate tabs extension + + Notifications vs no notifications + + Editor features + easily split tabs + vim keybinds + grepping + finding files through a project wide search + compile window + + (use debugger please) +