mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06:00
BUGFIX: enable the 'relative timestamp' share dialog on mobile view
This commit is contained in:
parent
404021be7b
commit
5e461a22ee
@ -422,18 +422,23 @@ iframe {
|
||||
|
||||
|
||||
#share-link {
|
||||
width: 265px;
|
||||
width: 300px;
|
||||
margin-left: -4px;
|
||||
|
||||
h3 {
|
||||
margin: 5px 0;
|
||||
}
|
||||
h3 {
|
||||
margin: 5px 0;
|
||||
float: left;
|
||||
}
|
||||
|
||||
input[type=text] {
|
||||
font-size: 16px;
|
||||
width: 92%;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.date {
|
||||
float: right;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
input[type=text] {
|
||||
font-size: 16px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
#selected-posts {
|
||||
@ -534,7 +539,6 @@ span.highlighted {
|
||||
}
|
||||
|
||||
.topic-avatar {
|
||||
width: 100%;
|
||||
float: left;
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
|
Loading…
Reference in New Issue
Block a user