ncounter.git

git clone https://git.crispbyte.dev/ncounter.git

commit
9c2dc18
parent
52b73be
author
CheddarCrisp
date
2020-02-16 20:30:45 +0100 CET
Prevent history header from getting shrunk
1 files changed,  +1, -0
M src/ncounter/History.svelte
+1, -0
1@@ -113,6 +113,7 @@ function close(){
2 
3     header {
4         display: flex;
5+        flex: none;
6     }
7 
8     header h1 {