summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass
diff options
context:
space:
mode:
Diffstat (limited to 'web/sass-files/sass')
-rw-r--r--web/sass-files/sass/partials/_post.scss29
1 files changed, 28 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index 62d136a11..b7609bb7d 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -361,6 +361,19 @@ body.ios {
.dropdown, .comment-icon__container {
visibility: visible;
}
+ .permalink-icon {
+ visibility: visible;
+ }
+ }
+
+ &.post--highlight {
+ background-color: beige;
+ }
+
+ ul {
+ margin: 0;
+ padding: 0;
+ list-style: none;
}
p {
@@ -618,6 +631,12 @@ body.ios {
color: #999;
}
+ .permalink-icon {
+ display: inline-block;
+ color: $primary-color;
+ visibility: hidden;
+ }
+
.comment-icon__container {
fill: $primary-color;
display: inline-block;
@@ -756,4 +775,12 @@ body.ios {
margin: 0;
}
}
-} \ No newline at end of file
+}
+
+.permalink-text {
+ overflow: hidden;
+}
+
+.permalink-popover {
+ min-width: 320px;
+}