Centered traffic lights & disabled text selection for indicator (#36)
* Disallow text selection within indicator * Fix size of menu * More spacing within text element * Make traffic lights inset
This commit is contained in:
parent
026252da8f
commit
647d024a39
4 changed files with 13 additions and 7 deletions
|
|
@ -12,8 +12,8 @@ export default class HyperTerm extends Component {
|
|||
this.state = {
|
||||
cols: null,
|
||||
rows: null,
|
||||
hpadding: 10,
|
||||
vpadding: 5,
|
||||
hpadding: 12,
|
||||
vpadding: 19,
|
||||
sessions: [],
|
||||
titles: {},
|
||||
urls: {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue