Skip to content

Commit

Permalink
mobile friendly building list menu
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Sep 8, 2023
1 parent fc01a77 commit 1e40a51
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default {
if ( !document.cookie.split( ';' ).some( cookieString => cookieString.includes( 'firstTimer' ) ) ) {
this.$msgbox( {
title: 'First Timer?',
message: 'Take a look at the "Get Started" tab to learn more and for FAQ\'s!',
message: 'Take a look at the "FAQ" tab for some info on how to get started!',
showCancelButton: true,
confirmButtonText: 'OK',
cancelButtonText: 'Never Show This Message Again',
Expand Down
8 changes: 6 additions & 2 deletions src/components/building_list/building_list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,14 @@ export default {
width: 100%;
}
/*--- Tabs ---*/
.tab_label {
font-size: 16px;
tab_label {
font-size: 14px;
}
/*-- for reducing el-tabs padding: https://www.jianshu.com/p/9db8679de026 --*/
::v-deep .el-tabs__item {
padding: 0 10px;
}
/*--- Flex Box ---*/
.card_flex {
flex-wrap: wrap !important;
Expand Down

0 comments on commit 1e40a51

Please sign in to comment.