本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
Immanuel
/
skouter
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Change modal close button's size
master
Immanuel Onyeka
2 年之前
父節點
fa03abed94
當前提交
a8a6a0355c
共有
3 個檔案被更改
,包括
6 行新增
和
6 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
assets/main.css
+2
-2
components/settings.vue
+1
-1
components/sign-out.vue
+ 3
- 3
assets/main.css
查看文件
@@ -271,9 +271,9 @@ svg.close {
color: var(--text);
}
div
.close-b
u
t
to
n {
width:
5
0px;
height:
5
0px;
.close-btn {
width:
3
0px;
height:
3
0px;
}
div.sidebar-toggle {
+ 2
- 2
components/settings.vue
查看文件
@@ -29,9 +29,9 @@
</section>
<Dialog v-if="ready" @close="() => ready = false">
<h3>Confirm your current password.</h3>
<h3>Confirm your current password
to save changes
.</h3>
<input type="text">
<button>
Save
</button>
<button>
Confirm
</button>
</Dialog>
</div>
+ 1
- 1
components/sign-out.vue
查看文件
@@ -3,7 +3,7 @@
<section class="inputs centered">
<h4>Are you sure you want to log out?</h4>
<button>
Yes
</button>
<button>
Logout
</button>
</section>
</div>
Write
Preview
Loading…
取消
儲存