mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-02 21:51:51 +08:00
fixed team name position
This commit is contained in:
parent
f9fb4d8bd6
commit
9214adc591
1 changed files with 1 additions and 2 deletions
|
@ -1371,7 +1371,6 @@ html.turbolinks-progress-bar::before {
|
||||||
border-bottom: 1px dotted $color-alto;
|
border-bottom: 1px dotted $color-alto;
|
||||||
cursor: help;
|
cursor: help;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: absolute;
|
|
||||||
|
|
||||||
.modal-tooltiptext {
|
.modal-tooltiptext {
|
||||||
background-color: $color-alto;
|
background-color: $color-alto;
|
||||||
|
@ -1380,7 +1379,7 @@ html.turbolinks-progress-bar::before {
|
||||||
display: block;
|
display: block;
|
||||||
margin-left: 100px;
|
margin-left: 100px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
position: relative;
|
position: absolute;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
|
|
Loading…
Reference in a new issue