mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 19:37:55 +08:00
UX: Mobile tweaks for small post actions
This commit is contained in:
parent
46ba4ba426
commit
5405cda2dc
|
@ -260,3 +260,43 @@ table.md-table {
|
|||
}
|
||||
}
|
||||
|
||||
.small-action {
|
||||
.topic-avatar {
|
||||
padding: 5px 0;
|
||||
border-top: none;
|
||||
float: left;
|
||||
i {
|
||||
font-size: 35px;
|
||||
width: 45px;
|
||||
text-align: center;
|
||||
color: lighten($primary, 75%);
|
||||
}
|
||||
}
|
||||
|
||||
.small-action-desc {
|
||||
padding: 0.5em 0 0.5em 4em;
|
||||
margin-top: 5px;
|
||||
text-transform: uppercase;
|
||||
font-weight: bold;
|
||||
font-size: 0.9em;
|
||||
color: lighten($primary, 60%);
|
||||
|
||||
.avatar {
|
||||
margin-right: 0.8em;
|
||||
float: left;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
padding-top: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
button {
|
||||
background: transparent;
|
||||
border: 0;
|
||||
float: right;
|
||||
}
|
||||
|
||||
clear: both;
|
||||
}
|
||||
|
|
|
@ -729,47 +729,6 @@ $topic-avatar-width: 45px;
|
|||
.small-action {
|
||||
width: 755px;
|
||||
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
||||
|
||||
.topic-avatar {
|
||||
padding: 5px 0;
|
||||
border-top: none;
|
||||
float: left;
|
||||
i {
|
||||
font-size: 35px;
|
||||
width: 45px;
|
||||
text-align: center;
|
||||
color: lighten($primary, 75%);
|
||||
}
|
||||
}
|
||||
|
||||
.small-action-desc {
|
||||
display: inline-block;
|
||||
padding: 0.5em 1em;
|
||||
margin-top: 5px;
|
||||
text-transform: uppercase;
|
||||
font-weight: bold;
|
||||
font-size: 0.9em;
|
||||
color: lighten($primary, 60%);
|
||||
width: 680px;
|
||||
|
||||
.avatar {
|
||||
margin-right: 0.8em;
|
||||
float: left;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
padding-top: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
button {
|
||||
background: transparent;
|
||||
border: 0;
|
||||
float: right;
|
||||
}
|
||||
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.posts-wrapper {
|
||||
|
|
Loading…
Reference in New Issue
Block a user