v0.7.7 - Various fixes
This commit is contained in:
@@ -14,7 +14,11 @@
|
||||
|
||||
.tbl td,
|
||||
.tbl th {
|
||||
border: 1px solid #ddd;
|
||||
@if(request()->cookie("mode") == "dark")
|
||||
border: 0px solid #ddd;
|
||||
@else
|
||||
border: 1px solid #ddd;
|
||||
@endif
|
||||
padding: 8px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
Reference in New Issue
Block a user