Skip to content

Commit 647194f

Browse files
Merge pull request #2266 from nextcloud/backport/2260/stable29
[stable29] style: fix custom icon height
2 parents 99a3feb + 0c41264 commit 647194f

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

js/notifications-main.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/notifications-main.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/styles/styles.scss

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
.notifications-button {
2+
.notifications-button__icon {
3+
height: 20px;
4+
}
5+
26
.notification__dot {
37
fill: #ff4402;
48
&--warning {

0 commit comments

Comments
 (0)