Skip to content

Commit 426ffd6

Browse files
authored
[ST-1236] Release Story improvments Part 2 (#2997)
1 parent 98b5138 commit 426ffd6

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ This project (not yet) adheres to [Semantic Versioning](https://semver.org/spec/
1616
- Hide profile pages for inactive accounts (ST-1088)
1717
- Add visibility toggle to password fields [ST1153]
1818
- Updated to Django 5.2
19+
- Improve comment icons styling in SCSS
20+
- Update translation files for all languages
1921

2022
### Fixed
2123

adhocracy-plus/assets/scss/components/_a4-comments.scss

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,13 @@
102102
.a4-comments__dropdown {
103103
text-align: right;
104104

105-
// i {
106-
// transform: rotate(90deg);
107-
// padding: 0.5 * $spacer;
108-
// }
105+
i {
106+
padding: 0.5 * $spacer;
107+
}
108+
109+
.fa-ellipsis-h {
110+
transform: rotate(90deg);
111+
}
109112
}
110113

111114
.a4-comments__filters {

0 commit comments

Comments
 (0)