aboutsummaryrefslogtreecommitdiffhomepage
path: root/css
diff options
context:
space:
mode:
authorcglatot <[email protected]>2020-10-12 16:09:56 +0100
committercglatot <[email protected]>2020-10-12 16:09:56 +0100
commit5b5a462f6e8db1219fb12db84384557db519851e (patch)
treec1cb4ec18ef6262caaf5b15251eb241bf4b9dbcc /css
parentf4427997bba84348c63bb16abba34ab9fa7f1ef0 (diff)
downloadpasta-5b5a462f6e8db1219fb12db84384557db519851e.tar.gz
pasta-5b5a462f6e8db1219fb12db84384557db519851e.zip
add support for non english characters
Diffstat (limited to 'css')
-rw-r--r--css/main.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/css/main.css b/css/main.css
index 9bb7175..007c02a 100644
--- a/css/main.css
+++ b/css/main.css
@@ -240,8 +240,15 @@ label, p {
cursor: default;
}
+#alphabetGroup {
+ border-radius: 0.25rem;
+ overflow: hidden;
+ max-width: 990px;
+}
+
#alphabetGroup button {
margin-left: 0;
+ border-radius: 0;
}
#alphabetGroup .btn-outline-dark {
@@ -397,11 +404,11 @@ table, td, tr, th {
}
@media only screen and (max-width: 1199px) {
- #alphabetGroup.btn-group .btn:not(:last-child):not(.dropdown-toggle) {
+ /*#alphabetGroup.btn-group .btn:not(:last-child):not(.dropdown-toggle) {
border-bottom-left-radius: 0;
}
#alphabetGroup.btn-group .btn:not(:first-child) {
border-top-right-radius: 0;
- }
+ }*/
} \ No newline at end of file