Skip to content

Commit d0bba03

Browse files
committed
assets/scss: Comments icons improvment
1 parent 2f36a9b commit d0bba03

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)