Correct flex-basis calc for reader action buttons

This commit is contained in:
copilot-swe-agent[bot] 2026-07-02 14:55:25 +00:00 committed by GitHub
parent ae74cbf136
commit 09b72a2606
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -259,7 +259,7 @@ button.danger {
}
.reader-card .actions button {
flex: 1 1 calc(50% - 8px);
flex: 1 1 calc(50% - 4px);
padding: 10px 8px;
white-space: nowrap;
}