Skip to content

Commit 0a95c3a

Browse files
committed
fix: issue with mobile button spacing, and button changing size when focused
1 parent b8ae728 commit 0a95c3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/views/Boards.vue

+2-1
Original file line numberDiff line numberDiff line change
@@ -344,10 +344,11 @@ img.avatar-small {
344344
.button, .button:focus {
345345
margin: 0 1rem;
346346
min-width: 160px;
347+
&:last-child { margin-left: 0; }
347348
}
348349
349350
@include break-mobile-sm {
350-
.button {
351+
.button, .button:focus {
351352
font-size: $font-size-sm;
352353
}
353354
}

0 commit comments

Comments
 (0)