Skip to content

Instantly share code, notes, and snippets.

View Jelmerro's full-sized avatar
🔸
🎹 👨‍💻 🍺 💻 🏸

Jelmer van Arnhem Jelmerro

🔸
🎹 👨‍💻 🍺 💻 🏸
View GitHub Profile
@Jelmerro
Jelmerro / index.html
Created April 15, 2021 15:05
ipcRenderer connection drops when viewing source
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
</head>
<body>
<h1>Hello World!</h1>
<webview src="./index.html"></webview>
</body>
@Jelmerro
Jelmerro / smalltabs.css
Created January 13, 2021 09:59
Small tabs colorscheme for Vieb
#tabs, #tabs > span, #tabs > span > span {height: 2em;padding: 0;margin: 0;}
#tabs > span > img, #tabs .pinned > img {height: .8em;width: .8em;min-height: .8em;min-width: .8em;padding: 0;margin: .1em;}
#tabs .pinned {min-width: 1em !important;max-width: 1em;}
#tabs > span > span {line-height: 1em;}