mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-24 07:44:46 +08:00
Fix comments css in experiment table [SCI-7826]
This commit is contained in:
parent
e2da83ee6e
commit
e6baf20198
1 changed files with 6 additions and 3 deletions
|
@ -329,7 +329,6 @@
|
|||
}
|
||||
|
||||
.unseen-comments {
|
||||
@include font-small;
|
||||
align-items: center;
|
||||
background-color: $brand-complementary;
|
||||
border: 2px solid $color-white;
|
||||
|
@ -337,11 +336,14 @@
|
|||
color: $color-black;
|
||||
display: flex;
|
||||
font-weight: bold;
|
||||
font-size: 11px;
|
||||
height: 16px;
|
||||
justify-content: center;
|
||||
margin-bottom: 10px;
|
||||
margin-left: -1px;
|
||||
margin: -4px -14px 0 0;
|
||||
min-width: 16px;
|
||||
right: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.datetime-container {
|
||||
|
@ -398,6 +400,7 @@
|
|||
|
||||
.open-comments-sidebar {
|
||||
margin-bottom: 0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
&.archived {
|
||||
|
|
Loading…
Reference in a new issue