mirror of
https://github.com/xodivorce/xeorl.git
synced 2025-12-18 15:52:59 +05:30
v4.2.11
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
### Xeorl - The All-In-One, Fully Free to Use Advanced Link Shortener and Management Tool - Powered by [@xodivorce](https://instagram.com/xodivorce) ✨
|
||||
[](https://github.com/xeorl/xeorl-portfolio/)
|
||||
[](https://github.com/xeorl/xeorl-portfolio/)
|
||||
[](https://github.com/xeorl/xeorl-portfolio/)
|
||||
[](https://github.com/xeorl/xeorl-portfolio/)
|
||||
<br></br>
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ if (session_status() === PHP_SESSION_NONE) {
|
||||
<div class="logo">
|
||||
<img src="assets/images/url.png" alt="Xeorl Logo" class="logo-img">
|
||||
<span>Xeorl</span>
|
||||
<span class="version-number">4.2.10</span>
|
||||
<span class="version-number">4.2.11</span>
|
||||
</div>
|
||||
|
||||
<label class="burger">
|
||||
|
||||
@@ -9,4 +9,18 @@ body {
|
||||
main {
|
||||
padding: 60px 20px;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: #171C24;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
@@ -68,6 +68,19 @@ footer {
|
||||
left: -5px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: #171C24;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
@media (max-width: 1189px) {
|
||||
.footer-container {
|
||||
|
||||
@@ -369,6 +369,20 @@ body {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: #171C24;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
@media (max-width: 990px) {
|
||||
/* Adjust text sizes */
|
||||
body {
|
||||
|
||||
@@ -4,6 +4,8 @@ body {
|
||||
padding: 0;
|
||||
background-color: #ffffff;
|
||||
color: #333333;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
main {
|
||||
@@ -349,6 +351,15 @@ main {
|
||||
padding-left: 1.5rem; /* Add indentation to the descriptions */
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: #171C24;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
/* For screens 768px and below */
|
||||
@media (max-width: 768px) {
|
||||
.shorten-section h1 {
|
||||
|
||||
@@ -5,6 +5,11 @@
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
:root {
|
||||
/* Color Variables */
|
||||
--background-color: #c1c2c4;
|
||||
@@ -379,6 +384,15 @@ body {
|
||||
transition: background-color 0.3s, border-color 0.3s;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: #171C24;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
@media (max-width: 990px) {
|
||||
/* Adjust text sizes */
|
||||
body {
|
||||
|
||||
@@ -4,9 +4,20 @@ body {
|
||||
padding: 0;
|
||||
background-color: #ffffff;
|
||||
color: #333333;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
main {
|
||||
padding: 60px 20px;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: #171C24;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
@@ -5,6 +5,11 @@
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
:root {
|
||||
/* Color Variables */
|
||||
--background-color: #c1c2c4;
|
||||
@@ -362,6 +367,15 @@ body {
|
||||
transition: background-color 0.3s, border-color 0.3s;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: #171C24;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
@media (max-width: 990px) {
|
||||
/* Adjust text sizes */
|
||||
body {
|
||||
|
||||
@@ -3,6 +3,8 @@ body {
|
||||
background: #ffffff;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.max-container {
|
||||
@@ -83,6 +85,15 @@ button:active {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: #171C24;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
@media (max-width: 1170px) {
|
||||
.container {
|
||||
width: 650px;
|
||||
|
||||
Reference in New Issue
Block a user