Skip to content

Commit 9fbd407

Browse files
committed
fix: settings button icon alignment
This is not an issue on main and all other calendar branches below stable5.5 are EOL. Signed-off-by: Richard Steinmetz <[email protected]>
1 parent c29d6f9 commit 9fbd407

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/AppNavigation/Settings.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,4 +507,8 @@ export default {
507507
:deep(.v-select.select) {
508508
width: 100%;
509509
}
510+
511+
:deep(.settings-button__icon > svg) {
512+
margin: 7px;
513+
}
510514
</style>

0 commit comments

Comments
 (0)