diff --git a/images/siteicons/draggable.png b/images/siteicons/draggable.png deleted file mode 100644 index 55d8da3e8..000000000 Binary files a/images/siteicons/draggable.png and /dev/null differ diff --git a/images/siteicons/editavatar.png b/images/siteicons/editavatar.png deleted file mode 100644 index f61b882d1..000000000 Binary files a/images/siteicons/editavatar.png and /dev/null differ diff --git a/images/siteicons/filter.png b/images/siteicons/filter.png deleted file mode 100644 index 5cbc99104..000000000 Binary files a/images/siteicons/filter.png and /dev/null differ diff --git a/images/siteicons/plusicon.png b/images/siteicons/plusicon.png deleted file mode 100644 index 308b5cf5e..000000000 Binary files a/images/siteicons/plusicon.png and /dev/null differ diff --git a/images/siteicons/sort.png b/images/siteicons/sort.png deleted file mode 100644 index 1c5661a17..000000000 Binary files a/images/siteicons/sort.png and /dev/null differ diff --git a/includes/version.php b/includes/version.php index 736063a9f..cbed1a69a 100644 --- a/includes/version.php +++ b/includes/version.php @@ -1,3 +1,3 @@ diff --git a/index.php b/index.php index fc94e88c1..ec606e56c 100644 --- a/index.php +++ b/index.php @@ -39,7 +39,7 @@
@@ -49,7 +49,7 @@
-
@@ -128,8 +128,8 @@
-
    @@ -195,7 +195,7 @@

diff --git a/service-worker.js b/service-worker.js index 29ced3cd6..b4614c6db 100644 --- a/service-worker.js +++ b/service-worker.js @@ -41,6 +41,9 @@ self.addEventListener('install', function(event) { 'scripts/i18n/pt.js', 'scripts/i18n/pt_br.js', 'scripts/i18n/ru.js', + 'scripts/i18n/sl.js', + 'scripts/i18n/sr_lat.js', + 'scripts/i18n/sr.js', 'scripts/i18n/tr.js', 'scripts/i18n/zh_cn.js', 'scripts/i18n/zh_tw.js', diff --git a/settings.php b/settings.php index 8b40556aa..710641b48 100644 --- a/settings.php +++ b/settings.php @@ -19,8 +19,8 @@
avatar - - + +
@@ -623,7 +623,7 @@ } ?>
-
+
diff --git a/styles/styles.css b/styles/styles.css index 90275da6b..c8caa2bdb 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -541,6 +541,8 @@ header #avatar { background-color: rgba(0,0,0,0.6); border-radius: 39px; cursor: pointer; + color: #FFFFFF; + font-size: 30px; } .user-form .user-avatar:hover > .edit-avatar { @@ -553,10 +555,6 @@ header #avatar { } } -.user-form .user-avatar .edit-avatar > img { - width: 30px; -} - .avatar-select { display: none; background-color: white; @@ -784,8 +782,8 @@ header #avatar { .payments-list .payments-payment .drag-icon { height: 20px; - width: 12px; - background-size: contain; + width: 14px; + font-size: 14px; } .payments-list .payments-payment > img { @@ -1616,16 +1614,17 @@ textarea.thin { width: 28px; height: 50px; cursor: grab; - background-image: url(../images/siteicons/draggable.png); - background-repeat: no-repeat; - background-position: center; - background-size: 14px auto; + display: flex; + align-items: center; + justify-content: center; + font-size: 20px; } .sortable-list .sortable-ghost { - border-radius: 16px; + border-radius: 8px; background-color: rgba(var(--accent-color-rgb), 0.6); border: 1px solid var(--accent-color); + padding: 5px; } /* Fitler dropdown */ @@ -1865,6 +1864,7 @@ textarea.thin { display: flex; flex-direction: row; flex-grow: 1; + flex-wrap: wrap; } .user-list .user-list-row { @@ -1873,6 +1873,12 @@ textarea.thin { flex-grow: 1; } +@media (max-width: 768px) { + .user-list .user-list-row { + flex-direction: column; + } +} + .user-list .user-list-row:last-of-type { flex-grow: 0; }