Skip to content

Commit

Permalink
fix: 유즈가 그렇게까지 자주 졸려하면 안 되는데
Browse files Browse the repository at this point in the history
진짜 졸린 상황 찾아냈습니다
  • Loading branch information
HotoRas committed Sep 22, 2024
1 parent 9334178 commit e0baac1
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 28 deletions.
28 changes: 0 additions & 28 deletions packages/frontend/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -307,34 +307,6 @@ rt {
background: var(--panel);
border-radius: var(--radius);
overflow: clip;

// 유즈 에러화면 (기본값)
padding-top: 8px;

.ti-alert-triangle {
display: inline-block;
&::before {
content: "";
display: inline-block;
background-image: url('https://data.nekoplanet.xyz/nekoplanet-storage/misskey/9ef374e9-8e6c-40f3-8aec-67e2944f10d9.webp');
background-size: 42px 37px;
width: 42px; height: 37px;
vertical-align: middle;
transform: scale(1.4);
}
}

>div:nth-child(1) {
font-size: 0;
text-align: center;
&:after {
display: inline-block;
content: "너무 졸려요...";
margin-left: 100px;
vertical-align: middle;
font-size: 14px;
}
}
}

._margin {
Expand Down
30 changes: 30 additions & 0 deletions packages/frontend/src/ui/_common_/stream-indicator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,34 @@ onUnmounted(() => {
.command {
margin-top: 8px;
}

._panel {
// 유즈 에러화면 (기본값)
padding-top: 8px;

.ti-alert-triangle {
display: inline-block;
&::before {
content: "";
display: inline-block;
background-image: url('https://data.nekoplanet.xyz/nekoplanet-storage/misskey/9ef374e9-8e6c-40f3-8aec-67e2944f10d9.webp');
background-size: 42px 37px;
width: 42px; height: 37px;
vertical-align: middle;
transform: scale(1.4);
}
}

>div:nth-child(1) {
font-size: 0;
text-align: center;
&:after {
display: inline-block;
content: "너무 졸려요...";
margin-left: 100px;
vertical-align: middle;
font-size: 14px;
}
}
}
</style>

0 comments on commit e0baac1

Please sign in to comment.