1
0
Fork 0
mirror of https://github.com/SinTan1729/chhoto-url synced 2024-12-28 08:28:36 -06:00

Compare commits

..

No commits in common. "5a5a1bc7752a0bed1b23779f3da1833878d08c1c" and "b0603f62b4965ec17c6bb093e80ea6aa83d94484" have entirely different histories.

3 changed files with 3 additions and 21 deletions

2
actix/Cargo.lock generated
View file

@ -475,7 +475,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chhoto-url"
version = "5.0.7"
version = "5.0.6"
dependencies = [
"actix-files",
"actix-session",

View file

@ -1,6 +1,6 @@
[package]
name = "chhoto-url"
version = "5.0.7"
version = "5.0.6"
edition = "2021"
authors = ["Sayantan Santra <sayantan[dot]santra689[at]gmail[dot]com"]
license = "mit"

View file

@ -29,20 +29,13 @@ table tr td div {
}
td[name="deleteBtn"] {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}
td[name="deleteBtn"] button {
border-radius: 50%;
aspect-ratio: 1;
border-style: solid;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
background-color: transparent;
}
@ -91,10 +84,6 @@ dialog form {
/* Settings for mobile devices */
@media (pointer:none),
(pointer:coarse) {
.container {
max-width: 100vw;
}
.pure-control-group input {
width: 98%;
}
@ -109,7 +98,6 @@ dialog form {
table td {
display: flex;
justify-content: left !important;
}
table td::before {
@ -120,13 +108,7 @@ dialog form {
text-align: left;
}
td[name="deleteBtn"] button {
border-radius: 50%;
aspect-ratio: 1;
}
.pure-table caption {
padding-top: 0px;
}
}