summaryrefslogtreecommitdiffstats
path: root/webapp/sass/responsive/_tablet.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/responsive/_tablet.scss')
-rw-r--r--webapp/sass/responsive/_tablet.scss40
1 files changed, 35 insertions, 5 deletions
diff --git a/webapp/sass/responsive/_tablet.scss b/webapp/sass/responsive/_tablet.scss
index e6cb898fd..bb3d78652 100644
--- a/webapp/sass/responsive/_tablet.scss
+++ b/webapp/sass/responsive/_tablet.scss
@@ -116,7 +116,15 @@
.channel__wrap & {
.post__time {
font-size: .85em;
- left: -70px;
+ left: -79px;
+ position: absolute;
+ text-align: right;
+ top: 6px;
+ width: 60px;
+ }
+
+ .star-icon__container {
+ left: -65px;
position: absolute;
text-align: right;
top: 6px;
@@ -125,7 +133,7 @@
}
&:not(.post--thread) {
- padding: 5px .5em 0 70px;
+ padding: 5px .5em 0 72px;
.post__link {
margin: 4px 0 7px;
@@ -197,11 +205,29 @@
}
}
+ .flag-icon__container {
+ left: -21px;
+ position: absolute;
+ top: 7px;
+ }
+
+ .sidebar--right & .flag-icon__container {
+ left: auto;
+ position: relative;
+ top: 1px;
+ }
+
&.same--root {
&.same--user {
- padding-left: 70px;
+ padding-left: 72px;
padding-top: 0;
+ .flag-icon__container {
+ left: -19px;
+ position: absolute;
+ top: 7px;
+ }
+
.post__header {
.col__reply {
top: -1px;
@@ -265,12 +291,16 @@
&:not(.post--compact) {
.post__time {
+ display: inline-block;
font-size: 11px;
- left: -4px;
- line-height: 37px;
+ left: -14px;
+ line-height: 34px;
position: absolute;
+ text-align: right;
text-rendering: auto;
top: -2px;
+ width: 51px;
+
}
}
}