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;
bottom : 0;
right : 15px;
height : 20%;
min-height : 50px;
min-height : 20px;
}
.text {
z-index : 2;
color : black;
font-size : 25px;
font-weight : bold;
pointer-events : none;
}

Loading…
Cancel
Save