Skip to content

Commit

Permalink
Merge pull request #2779 from nextcloud/fix/noid/alarm-list-style
Browse files Browse the repository at this point in the history
fix(style): adjust alarm list
  • Loading branch information
raimund-schluessler authored Jan 26, 2025
2 parents 78ae0e4 + 4e6c267 commit c4debb0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/components/AppSidebar/Alarm/AlarmList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -156,13 +156,15 @@ export default {
border-bottom: 1px solid var(--color-border);
width: 100%;
color: var(--color-text-lighter);
padding: 0 6px;
gap: 0 4px;

.component {
&__icon {
display: flex;
height: 44px;
width: 44px;
min-width: 44px;
height: var(--default-clickable-area);
width: var(--default-clickable-area);
min-width: var(--default-clickable-area);
justify-content: center;

.material-design-icon__svg {
Expand Down

0 comments on commit c4debb0

Please sign in to comment.