Add review changes #1369

This commit is contained in:
DianaXWiki 2024-08-09 14:09:11 +03:00
parent 96d5d06b4c
commit ddc513995f
1 changed files with 4 additions and 1 deletions

View File

@ -34,11 +34,14 @@
flex-flow: column; flex-flow: column;
.cp-toolbar-history-actions { .cp-toolbar-history-actions {
width: 100%; width: 100%;
height: auto;
margin: 0.6rem 0; margin: 0.6rem 0;
height: auto !important;
.cp-history-actions-first { .cp-history-actions-first {
margin-right: 0 !important; margin-right: 0 !important;
} }
button {
margin: 0.1rem !important;
}
} }
.cp-toolbar-history-timeline { .cp-toolbar-history-timeline {
width: ~"calc(100% - 20px)"; width: ~"calc(100% - 20px)";