My Blog, build with Norgolith blog.ladas552.me
blog

footer name clipping fixed, new nixpkgs

Ladas552 2affb676 7fd9ba19

+9 -7
-1
README.md
··· 15 15 - Pokemons aren't centered 16 16 - I want a [project oriented pages too](https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages#using-a-custom-domain-across-multiple-repositories) 17 17 - better rss.xml theme, like [boltless](https://github.com/boltlessengineer/boltlessengineer.github.io/blob/989b409505d56f2c9fcbaf3cec1db8aac52156c7/templates/rss.xml#L2) 18 - - Fix footer's filename segment being compressed into 2 lines when in thin screen like a phone
+4 -4
flake.lock
··· 20 20 }, 21 21 "nixpkgs": { 22 22 "locked": { 23 - "lastModified": 1752555160, 24 - "narHash": "sha256-CQTnJDUdkaxq1Jd8lvwEcqjdK/C3SxgPJYtxqqwAJcQ=", 25 - "rev": "62e0f05ede1da0d54515d4ea8ce9c733f12d9f08", 23 + "lastModified": 1753006083, 24 + "narHash": "sha256-MYLpXXTsSuRa0I4sA+Xg1WR/SlurOqrLRPwF9/+WHOQ=", 25 + "rev": "c87b95e25065c028d31a94f06a62927d18763fdf", 26 26 "type": "tarball", 27 - "url": "https://releases.nixos.org/nixos/unstable/nixos-25.11pre830073.62e0f05ede1d/nixexprs.tar.xz" 27 + "url": "https://releases.nixos.org/nixos/unstable/nixos-25.11pre832220.c87b95e25065/nixexprs.tar.xz" 28 28 }, 29 29 "original": { 30 30 "type": "tarball",
+1 -1
public/assets/css/footer.css
··· 1 - .footer{user-select:none;text-align:center;color:#9e7e75;z-index:auto;text-justify:inter-word;background-color:#11111b;border-top:1px solid #313244;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:24px;font-size:13px;font-weight:700;display:flex;position:fixed;bottom:0;left:0}.segment{border-left:solid gray;align-items:center;min-width:2em;height:100%;padding:0 8px;display:flex;position:relative}.segment a{text-decoration:none}.mode{color:#0d1117;background-color:#89b4fa;border-left:none;font-weight:700}.mode a{color:#0d1117}.branch{color:#a6e3a1;background-color:#313244}.branch a{color:#a6e3a1}.filename{color:#cdd6f4;text-align:left;background-color:#313244;flex:1;padding-left:12px}.filename a{color:#c9d1d9}.filename i{color:#4878be}.location{color:#0d1117;background-color:#89b4fa;font-weight:700}.location a{color:#0d1117}.segment:hover{opacity:.8;cursor:default} 1 + .footer{user-select:none;text-align:center;color:#9e7e75;z-index:auto;text-justify:inter-word;background-color:#11111b;border-top:1px solid #313244;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:24px;font-size:13px;font-weight:700;display:flex;position:fixed;bottom:0;left:0}.segment{border-left:solid gray;align-items:center;min-width:2em;height:100%;padding:0 8px;display:flex;position:relative}.segment a{text-decoration:none}.mode{color:#0d1117;background-color:#89b4fa;border-left:none;font-weight:700}.mode a{color:#0d1117}.branch{color:#a6e3a1;background-color:#313244}.branch a{color:#a6e3a1}.filename{color:#cdd6f4;text-align:left;background-color:#313244;flex:1;padding-left:12px}.filename a{color:#c9d1d9;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.filename i{color:#4878be}.location{color:#0d1117;background-color:#89b4fa;font-weight:700}.location a{color:#0d1117}.segment:hover{opacity:.8;cursor:default}
+1 -1
public/rss.xml
··· 6 6 <description>Latest posts</description> 7 7 <generator>Norgolith</generator> 8 8 <language>en-us</language> 9 - <lastBuildDate>Tue, 15 Jul 2025 16:34:10 +0000</lastBuildDate> 9 + <lastBuildDate>Wed, 23 Jul 2025 03:11:20 +0000</lastBuildDate> 10 10 <ttl>60</ttl> 11 11 <atom:link href="https:&#x2F;&#x2F;ladas552.me/rss.xml" rel="self" type="application/rss+xml" /> 12 12
+3
theme/assets/css/footer.css
··· 70 70 71 71 .filename a{ 72 72 color: #c9d1d9; 73 + white-space: nowrap; 74 + overflow: hidden; 75 + text-overflow: ellipsis; 73 76 } 74 77 75 78 .filename i{