Move limits page to horizontal scroll

This commit is contained in:
Ilya Laktyushin
2022-10-25 19:56:38 +03:00
parent 0ffcbf0b06
commit f8c5bf2a6b
7 changed files with 878 additions and 291 deletions

View File

@@ -8,7 +8,8 @@ private let whitelistedHosts: Set<String> = Set([
"t.me",
"telegram.me",
"telegra.ph",
"telesco.pe"
"telesco.pe",
"fragment.com"
])
private let dataDetector = try? NSDataDetector(types: NSTextCheckingResult.CheckingType([.link]).rawValue)