This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
Immanuel
/
skouter
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
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…
Откажи
Сачувај