Skip to content

Commit c4debb0

Browse files
Merge pull request #2779 from nextcloud/fix/noid/alarm-list-style
fix(style): adjust alarm list
2 parents 78ae0e4 + 4e6c267 commit c4debb0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/components/AppSidebar/Alarm/AlarmList.vue

+5-3
Original file line numberDiff line numberDiff line change
@@ -156,13 +156,15 @@ export default {
156156
border-bottom: 1px solid var(--color-border);
157157
width: 100%;
158158
color: var(--color-text-lighter);
159+
padding: 0 6px;
160+
gap: 0 4px;
159161

160162
.component {
161163
&__icon {
162164
display: flex;
163-
height: 44px;
164-
width: 44px;
165-
min-width: 44px;
165+
height: var(--default-clickable-area);
166+
width: var(--default-clickable-area);
167+
min-width: var(--default-clickable-area);
166168
justify-content: center;
167169

168170
.material-design-icon__svg {

0 commit comments

Comments
 (0)