mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Allow the global alerts area to expand according to text sizing.
This commit is contained in:
parent
bd997fc574
commit
e5533b91be
1 changed files with 8 additions and 3 deletions
|
@ -26,15 +26,20 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 20;
|
z-index: 20;
|
||||||
top: 2px;
|
top: 2px;
|
||||||
width: 400px;
|
left: 0;
|
||||||
left: 50%;
|
right: 0;
|
||||||
margin-left: -200px;
|
text-align: center;
|
||||||
|
|
||||||
.alert {
|
.alert {
|
||||||
|
display: inline-block;
|
||||||
padding: (@line-height-computed / 4);
|
padding: (@line-height-computed / 4);
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin-bottom: (@line-height-computed / 4);
|
margin-bottom: (@line-height-computed / 4);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#try-reconnect-now-button {
|
||||||
|
margin-left: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
#ide-body {
|
#ide-body {
|
||||||
.full-size;
|
.full-size;
|
||||||
|
|
Loading…
Reference in a new issue