diff options
-rw-r--r-- | .config/luakit/styles/gmail.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/luakit/styles/gmail.css b/.config/luakit/styles/gmail.css index 0bf2b7d..4733835 100644 --- a/.config/luakit/styles/gmail.css +++ b/.config/luakit/styles/gmail.css @@ -1,3 +1,8 @@ .gt * { font-family: DejaVu Sans Mono !important; } + +/* Hide the gadget toolbar */ +.aj5.J-KU-Jg { + display: none; +} |