1
0
Fork 0
mirror of synced 2024-05-10 15:52:31 +12:00

Style changes

This commit is contained in:
Eldad Fux 2020-07-20 06:59:42 +03:00
parent 50ab0ece71
commit 11ccdba946
4 changed files with 7 additions and 3 deletions

View file

@ -298,7 +298,7 @@
<span data-ls-bind="{{log.client.name}} {{log.client.version}} on {{log.model}} {{log.OS.name}} {{log.OS.version}}"></span>
</td>
<td data-title="Location: ">
<img data-ls-attrs="src={{env.API}}/avatars/flags/{{log.geo.isoCode}}?width=80&height=80&project={{env.PROJECT}}" class="avatar xxs inline margin-end-small" />
<img data-ls-attrs="src={{env.API}}/avatars/flags/{{log.geo.isoCode}}?width=80&height=80&project={{env.PROJECT}}" class="avatar xxs inline" style="margin-top: 10px;" />
<span data-ls-bind="{{log.geo.country}}"></span>
</td>
<td data-title="IP: "><span data-ls-bind="{{log.ip}}"></span></td>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -284,6 +284,10 @@
.avatar {
display: block;
&.inline {
display: inline-block;
}
}
}
}