make "unread entries" alert smaller

pull/1/head
yann300 8 years ago
parent 46944c934f
commit 78b1bf57b5
  1. 4
      src/app/panels/terminal.js

@ -239,13 +239,11 @@ class Terminal {
justify-content : center; justify-content : center;
bottom : 0; bottom : 0;
right : 15px; right : 15px;
height : 20%; min-height : 20px;
min-height : 50px;
} }
.text { .text {
z-index : 2; z-index : 2;
color : black; color : black;
font-size : 25px;
font-weight : bold; font-weight : bold;
pointer-events : none; pointer-events : none;
} }

Loading…
Cancel
Save