remove another

This commit is contained in:
silverwind 2024-04-25 23:19:53 +02:00
parent 086231338d
commit 110bc5d7ad
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
</div>
</div>
</div>
<div class="ui attached table segment tw-rounded-b">
<div class="ui attached table segment">
<table class="ui very basic striped table unstackable">
<thead>
<tr>

View File

@ -154,7 +154,7 @@
.ui.attached.segment:has(+ .ui[class*="top attached"].header),
.ui.attached.segment:last-child,
.ui.segment:has(+ .ui.segment:not(.attached)),
.ui.attached.segment:has( + .ui.modal) {
.ui.attached.segment:has(+ .ui.modal) {
border-radius: 0 0 0.28571429rem 0.28571429rem;
}