Skip to content

Commit

Permalink
๐Ÿ›  fix: ํ€ต ์Šฌ๋กฏ์˜ ๋ ˆ์ด์•„์›ƒ์ด ๊นจ์ ธ ๋‚ด์šฉ์ด ๋‹ค์Œ ์ค„๋กœ ๋„˜์–ด๊ฐ€๋Š” ๋ฌธ์ œ๋ฅผ ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
wzrabbit committed Aug 15, 2024
1 parent f789501 commit 93a56a4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions totamjung/css/options_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,8 @@ html *::-webkit-scrollbar-thumb {

.slot-bundle {
display: flex;
width: 570px;
column-gap: 6px;
width: 100%;
align-items: center;
}

Expand Down Expand Up @@ -1068,14 +1069,15 @@ html *::-webkit-scrollbar-thumb {
}

.slot-bean {
margin-right: auto;
display: flex;
column-gap: 2px;
}

.hotkey-info {
color: var(--title-color);
font-family: "Do Hyeon", "Noto Sans KR";
font-size: 18px;
margin-right: 7px;
margin-left: 12px;
}

.query-edit,
Expand All @@ -1090,7 +1092,6 @@ html *::-webkit-scrollbar-thumb {
cursor: pointer;
border-radius: 5px;
transition: 0.2s;
margin-left: 4px;
}

.query-edit {
Expand Down Expand Up @@ -1170,6 +1171,7 @@ html *::-webkit-scrollbar-thumb {
font-family: 'Consolas', 'Noto Sans KR';
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
}
Expand Down
2 changes: 1 addition & 1 deletion totamjung/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ํ† ํƒ์ •",
"description": "[BOJ-Extension] ์•Œ๊ณ ๋ฆฌ์ฆ˜ ๋ถ„๋ฅ˜ ๊ฐ€๋ฆฌ๊ฐœ & ๋žœ๋ค ๋””ํŽœ์Šค, ํ† ํƒ์ •!",
"version": "1.1.2.3",
"version": "1.1.2.4",
"manifest_version": 3,
"permissions": ["storage"],
"host_permissions": ["https://solved.ac/api/v3/search/*"],
Expand Down
2 changes: 1 addition & 1 deletion totamjung/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1 class="header">
<li id="category-block-02">๋ฌธ์ œ ์ถ”์ฒจ ์„ค์ •</li>
</ul>
</div>
<div class="version">v1.1.2.3</div>
<div class="version">v1.1.2.4</div>
<img class="header-btn" id="guide-btn" src="../images/guide_link.png" />
<img
class="header-btn"
Expand Down

0 comments on commit 93a56a4

Please sign in to comment.