diff --git a/public/css/custom.css b/public/css/custom.css index 1471332..e06cd3e 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -551,8 +551,6 @@ /* Scroll Button end */ -/* Top */ - /* 중앙 콘텐츠 자동 조정 */ .layout-page { flex-grow: 1; @@ -560,8 +558,10 @@ margin-right: 20%; /* 채팅 사이드바의 너비만큼 밀리도록 설정 */ } -/* 탑바 범위조정 */ +/* 중앙 콘텐츠 자동 조정 end */ +/* media */ +/* 탑바 범위조정 */ .layout-navbar-fixed .layout-navbar.navbar-detached { width: calc(100% - 1.625rem * 2 - 16.25rem - 20%) !important; } @@ -594,6 +594,7 @@ } } +/* Mobile */ /* 가로모드 모바일 디바이스 (가로 해상도가 768px 보다 작은 화면에 적용) */ @media (max-width: 767px) { .chat-sidebar { @@ -618,6 +619,8 @@ } /* Mobile end */ +/* media end */ + /* BoardComment */ @@ -701,3 +704,13 @@ input:checked + .slider:before { transform: translateX(24px); } /* 권한부여 끝 */ + + +/* toast */ + +.bs-toast { + bottom: 20px; + right: 20px; +} + +/* toast end */ \ No newline at end of file diff --git a/src/components/modal/ToastModal.vue b/src/components/modal/ToastModal.vue index bf7afe2..07b963c 100644 --- a/src/components/modal/ToastModal.vue +++ b/src/components/modal/ToastModal.vue @@ -1,7 +1,7 @@