File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
adhocracy-plus/assets/scss/components Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments