Skip to content

Commit bc496be

Browse files
committed
بعض الإصلاحات والتحسينات + اضافة المزيدة من الإذاعات
1 parent de719c8 commit bc496be

File tree

14 files changed

+185
-26
lines changed

14 files changed

+185
-26
lines changed

config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget id="com.rn0x.altaqwaa" version="1.2.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget id="com.rn0x.altaqwaa" version="1.2.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>التقوى</name>
44
<description>تطبيق إسلامي سهل الإستخدام و جامع للكثير من الميزات التي يحتاجها المسلم في يومه</description>
55
<author email="[email protected]" href="https://altaqwaa.org">Altaqwaa</author>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.rn0x.altaqwaa",
33
"displayName": "التقوى",
4-
"version": "1.2.1",
4+
"version": "1.2.2",
55
"description": "تطبيق إسلامي سهل الإستخدام و جامع للكثير من الميزات التي يحتاجها المسلم في يومه",
66
"main": "index.js",
77
"scripts": {

www/css/adhkar.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
color: #1fa05d;
174174
font-size: 14px;
175175
text-align: center;
176-
word-break: break-all;
176+
word-wrap: break-word;
177177
}
178178

179179
.text_source {
@@ -184,7 +184,7 @@
184184
color: #819953;
185185
font-size: 12px;
186186
text-align: center;
187-
word-break: break-all;
187+
word-wrap: break-word;
188188
}
189189

190190
.text {
@@ -194,7 +194,7 @@
194194
text-align: center;
195195
margin-bottom: 0px;
196196
font-size: 23px;
197-
word-break: break-all;
197+
word-wrap: break-word;
198198
}
199199

200200
.repetition {

www/css/albitaqat.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
justify-content: space-between;
5151
width: calc(75% / 2);
5252
background-color: var(--background_div);
53-
word-break: break-all;
53+
word-wrap: break-word;
5454
padding: 10px;
5555
margin: 7px 7px 7px 7px;
5656
border-radius: 12px;

www/css/quran.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
.quran_reader li {
4646
width: calc(78% / 2);
4747
background-color: var(--background_div);
48-
word-break: break-all;
48+
word-wrap: break-word;
4949
padding: 10px;
5050
margin: 7px 7px 7px 7px;
5151
border-radius: 8px;

www/css/radio.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
#radio_quran li {
1313
display: flex;
14-
flex-wrap: wrap;
1514
justify-content: space-between;
1615
align-items: center;
1716
width: 90%;
@@ -24,6 +23,7 @@
2423
background-color: var(--background_div);
2524
transition: 0.5s ease-in-out;
2625
box-shadow: 5px 7px 5px 0px #0000001a;
26+
position: relative;
2727
}
2828

2929
#radio_quran li:hover {
@@ -40,7 +40,8 @@
4040
color: var(--white-div);
4141
font-size: 16px;
4242
position: absolute;
43-
margin-top: -60px;
43+
margin-top: -17px;
44+
top: 0;
4445
background-color: var(--background_div_hover);
4546
width: 35px;
4647
border-radius: 50%;
@@ -51,6 +52,8 @@
5152

5253
.radio_quran_title {
5354
color: var(--white-div);
55+
margin-left: 10px;
56+
margin-right: 10px;
5457
}
5558

5659
.radio_quran_play {

www/css/tfs.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
display: block;
2424
width: calc(75% / 2);
2525
background-color: var(--background_div);
26-
word-break: break-all;
26+
word-wrap: break-word;
2727
padding: 10px;
2828
margin: 7px 7px 7px 7px;
2929
border-radius: 12px;

0 commit comments

Comments
 (0)