diff --git a/framework/core/less/forum/discussion.less b/framework/core/less/forum/discussion.less index 954e9cdf2..ef73dfac8 100644 --- a/framework/core/less/forum/discussion.less +++ b/framework/core/less/forum/discussion.less @@ -323,6 +323,10 @@ overflow: hidden; text-overflow: ellipsis; } + + @media @phone { + padding: 15px !important; + } } .post-icon { @@ -431,6 +435,16 @@ } @media @phone { + .post { + & .contextual-controls { + margin-top: -6px; + margin-right: -8px; + + & .dropdown-toggle { + opacity: 0.5; + } + } + } .post-header { & .avatar { .avatar-size(32px); diff --git a/framework/core/less/lib/buttons.less b/framework/core/less/lib/buttons.less index 1f7191689..e6e024424 100644 --- a/framework/core/less/lib/buttons.less +++ b/framework/core/less/lib/buttons.less @@ -73,6 +73,17 @@ font-size: 17px; vertical-align: middle; } + + @media @phone { + width: 38px; + height: 38px; + border-radius: 38px / 2; + padding: 10px 0; + + & .fa-ellipsis-v { + font-size: 20px; + } + } } // Buttons that blend into the background