1
0
mirror of https://github.com/flarum/core.git synced 2025-07-25 02:31:17 +02:00

Nitpicking

This commit is contained in:
Toby Zerner
2015-06-25 09:48:01 +09:30
parent 60e90faf2e
commit 649fbf3377

View File

@@ -162,14 +162,14 @@
} }
& .author { & .author {
float: left; float: left;
margin-top: 16px; margin-top: 15px;
} }
& .tooltip .tooltip-inner { & .tooltip .tooltip-inner {
max-width: none; max-width: none;
} }
& .badges { & .badges {
float: left; float: left;
margin-top: 13px; margin-top: 10px;
text-align: right; text-align: right;
white-space: nowrap; white-space: nowrap;
pointer-events: none; pointer-events: none;
@@ -393,7 +393,7 @@
margin-left: -57px; margin-left: -57px;
} }
& .badges { & .badges {
margin-left: -57px; margin-left: -55px;
width: 48px; width: 48px;
} }
& .avatar { & .avatar {