зеркало из https://github.com/nextcloud/activity.git
Fix checkboxes alignment and add proper spacing to frequency select
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
This commit is contained in:
Родитель
4b9758aedd
Коммит
9abd6e3a81
|
@ -104,10 +104,6 @@ table.grid .group-header {
|
|||
th {
|
||||
padding-top: 16px;
|
||||
height: 60px;
|
||||
|
||||
&.activity_select_group {
|
||||
padding-left: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -85,4 +85,9 @@ export default {
|
|||
margin-top: 24px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.notification-frequency__select {
|
||||
margin-left: calc(var(--default-grid-baseline) * 2);
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
Загрузка…
Ссылка в новой задаче