Minor layout changes

This commit is contained in:
turt2live 2017-05-28 14:37:09 -06:00
parent 0eb7855cf8
commit 9ebd87bd88
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<div class="bot">
<div class="integration">
<img [src]="integration.avatar" class="avatar">
<div class="title">
<b>{{ integration.name }}</b>

View File

@ -1,11 +1,10 @@
// component styles are encapsulated and only applied to their components
.bot {
.integration {
flex: auto;
margin: 5px;
padding: 10px;
border: 1px solid #ccc;
border-radius: 4px;
max-width: 200px;
min-width: 150px;
background-color: white;
}