Skip to content

Commit

Permalink
Improve links (#830)
Browse files Browse the repository at this point in the history
* align user line items

* add redundant style property and fix indentation
  • Loading branch information
chukarave authored Jan 17, 2024
1 parent c1d3478 commit 608f30a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions resources/js/Components/AuthWidget.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,13 @@ defineProps<{ user: User | null}>();
color: $color-base-50;
justify-content: space-between;
gap: $dimension-spacing-xlarge;
align-items: center;
.icon-user {
margin-inline-end: $dimension-spacing-small;
vertical-align: middle;
}
&_wrapper {
&_wrapper {
a {
white-space: nowrap;
&:visited {
Expand Down
1 change: 1 addition & 0 deletions resources/js/Pages/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ onBeforeUnmount(() => {
display: flex;
flex-wrap: wrap;
gap: 1.5rem;
align-items: center;
}
.languageSelector {
Expand Down

0 comments on commit 608f30a

Please sign in to comment.