mirror of
https://github.com/anten-ka/gotelegram_pro.git
synced 2026-05-19 13:26:02 +00:00
v2.5.0: align key table buttons
This commit is contained in:
@@ -400,6 +400,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="/app.js?v=2.5.0-admin15" type="module"></script>
|
||||
<script src="/app.js?v=2.5.0-admin16" type="module"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -1045,6 +1045,24 @@ td small {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.keys-table .mini-actions,
|
||||
.keys-table .action-buttons {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
align-content: center;
|
||||
align-items: stretch;
|
||||
gap: 8px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.keys-table .mini-actions button,
|
||||
.keys-table .action-buttons button {
|
||||
width: 100%;
|
||||
min-height: 44px;
|
||||
white-space: normal;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.backup-schedule,
|
||||
.backup-includes {
|
||||
display: grid;
|
||||
|
||||
Reference in New Issue
Block a user