1
0
mirror of https://github.com/zedeus/nitter.git synced 2025-12-08 04:55:37 -05:00

Fix crash when profile doesn't exist

This commit is contained in:
Zed
2019-06-25 00:55:41 +02:00
parent d6b8b386fa
commit 06a54a5c32
3 changed files with 16 additions and 12 deletions

View File

@@ -539,7 +539,7 @@ nav {
box-sizing: border-box;
display: flex;
margin: 0;
padding: 0;
padding: 0 2px;
width: 100%;
}