Correct flex-basis calc for reader action buttons
This commit is contained in:
parent
ae74cbf136
commit
09b72a2606
|
|
@ -259,7 +259,7 @@ button.danger {
|
||||||
}
|
}
|
||||||
|
|
||||||
.reader-card .actions button {
|
.reader-card .actions button {
|
||||||
flex: 1 1 calc(50% - 8px);
|
flex: 1 1 calc(50% - 4px);
|
||||||
padding: 10px 8px;
|
padding: 10px 8px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue