]> gitweb.hhaalo.de Git - feierabend.git/commitdiff
fix small screen viewer no rounded corner
authorBastian Dehn <hhaalo@arcor.de>
Tue, 25 Jun 2024 16:03:05 +0000 (18:03 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Tue, 25 Jun 2024 16:03:05 +0000 (18:03 +0200)
src/xmlviewer/viewer.html

index a078689059da0a9adfb058610bd2129c6eb0b5b2..7f40451354ffe3494e71672ad3bed817ef1d74b7 100644 (file)
                                        flex-direction: row;
                                        justify-content: space-between;
                                }
-                               tr {
-                                       border-radius: 0;
+                               tr:last-child td:first-child {
+                                       border-bottom-left-radius: 0;;
+                               }
+                               tr:last-child td:last-child {
+                                       border-bottom-right-radius: 0;;
                                }
                                td::before {
                                        font-weight: bold;