Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
dyakovri committed Apr 5, 2024
1 parent a771bf7 commit 8ba1e49
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/constants/authButtons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
authVkApi,
authGithubApi,
authGoogleApi,
authTelegramApi,
// authTelegramApi,
AuthMethod,
} from '@/api/auth';
import logos from '@/assets/logos.svg';
Expand Down
3 changes: 1 addition & 2 deletions src/views/auth/AuthView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ async function clickShowMoreHandler() {
.buttons {
display: flex;
align-content: flex-start;
justify-content: space-around;
place-content: flex-start space-around;
align-self: center;
flex-wrap: wrap;
flex: 1 1 100%;
Expand Down
1 change: 0 additions & 1 deletion timetable-api
Submodule timetable-api deleted from c49c3a

0 comments on commit 8ba1e49

Please sign in to comment.