Small changes to css.

master
Håvar Aambø Fosstveit 2018-06-18 14:49:21 +02:00
parent 894009aa6a
commit 45cf120c1d
1 changed files with 5 additions and 5 deletions

View File

@ -74,12 +74,12 @@
+mobile() {
&.is-me {
padding: 10px;
padding: 1vmin;
align-items: flex-start;
}
&:not(.is-me) {
padding: 10px;
padding: 1vmin;
align-items: flex-end;
}
}
@ -118,15 +118,15 @@
}
> .row {
margin-top: 4px;
margin-top: 0.4vmin;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: flex-end;
> .device-icon {
height: 18px;
width: 18px;
height: 12px;
width: 12px;
margin-right: 3px;
user-select: none;
pointer-events: none;