1
0
Fork 0
mirror of https://github.com/SinTan1729/chhoto-url synced 2024-10-16 13:27:03 -05:00

Compare commits

...

5 commits

5 changed files with 34 additions and 20 deletions

18
actix/Cargo.lock generated
View file

@ -88,7 +88,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb"
dependencies = [
"quote",
"syn 2.0.52",
"syn 2.0.53",
]
[[package]]
@ -217,7 +217,7 @@ dependencies = [
"actix-router",
"proc-macro2",
"quote",
"syn 2.0.52",
"syn 2.0.53",
]
[[package]]
@ -423,9 +423,9 @@ dependencies = [
[[package]]
name = "brotli"
version = "3.4.0"
version = "3.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "516074a47ef4bce09577a3b379392300159ce5b1ba2e501ff1c819950066100f"
checksum = "d640d25bc63c50fb1f0b545ffd80207d2e10a4c965530809b40ba3386825c391"
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
@ -475,7 +475,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chhoto-url"
version = "5.0.4"
version = "5.0.6"
dependencies = [
"actix-files",
"actix-session",
@ -1227,7 +1227,7 @@ checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.52",
"syn 2.0.53",
]
[[package]]
@ -1328,9 +1328,9 @@ dependencies = [
[[package]]
name = "syn"
version = "2.0.52"
version = "2.0.53"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07"
checksum = "7383cd0e49fff4b6b90ca5670bfd3e9d6a733b3f90c686605aa7eec8c4996032"
dependencies = [
"proc-macro2",
"quote",
@ -1670,7 +1670,7 @@ checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.52",
"syn 2.0.53",
]
[[package]]

View file

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

Binary file not shown.

Binary file not shown.

View file

@ -1,10 +1,23 @@
.container {
max-width: 950px;
margin: 20px auto auto;
@font-face {
font-family: Montserrat;
font-style: normal;
src: url('Montserrat.ttf');
}
@font-face {
font-family: Montserrat;
font-style: italic;
src: url('Montserrat-Italic.ttf');
}
* {
font-family: Montserrat;
font-size: 20px;
}
table {
width: 100%;
.container {
max-width: 1200px;
margin: 20px auto auto;
}
table tr td div {
@ -45,6 +58,7 @@ div[name="github-link"] {
}
.pure-table {
width: 98%;
visibility: hidden;
}
@ -70,6 +84,10 @@ dialog form {
/* Settings for mobile devices */
@media (pointer:none),
(pointer:coarse) {
.pure-control-group input {
width: 98%;
}
table tr {
border-bottom: 1px solid #999;
}
@ -90,11 +108,7 @@ dialog form {
text-align: left;
}
table tr td div {
width: 63vw
}
.pure-table caption {
padding-top: 0px;
}
}
}