mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
Fix projects and eperiments tables headers [SCI-8449]
Co-authored-by: Sboursen <dev.sboursen@gmail.com>
This commit is contained in:
parent
34032d54a2
commit
b63bf04454
2 changed files with 10 additions and 2 deletions
|
@ -7,6 +7,10 @@
|
|||
// New experiments page
|
||||
|
||||
.projects-show {
|
||||
.content-header {
|
||||
height: var(--content-header-size)
|
||||
}
|
||||
|
||||
.experiment-actions-menu {
|
||||
height: 36px;
|
||||
width: 36px;
|
||||
|
@ -69,7 +73,7 @@
|
|||
}
|
||||
|
||||
.project-show-container {
|
||||
margin: 1.5em 0;
|
||||
margin: 0;
|
||||
|
||||
.cards-wrapper {
|
||||
--card-min-width: 350px;
|
||||
|
|
|
@ -594,6 +594,10 @@ li.module-hover {
|
|||
}
|
||||
|
||||
.projects-index {
|
||||
.content-header {
|
||||
height: var(--content-header-size)
|
||||
}
|
||||
|
||||
.project-users-list {
|
||||
hr {
|
||||
margin: .5em 0;
|
||||
|
@ -676,7 +680,7 @@ li.module-hover {
|
|||
}
|
||||
|
||||
.projects-container {
|
||||
margin: 1.5em 0;
|
||||
margin: 0;
|
||||
|
||||
.cards-wrapper {
|
||||
--card-min-width: 291px;
|
||||
|
|
Loading…
Reference in a new issue