mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 02:51:57 +02:00
Allow the global alerts area to expand according to text sizing.
This commit is contained in:
@@ -26,15 +26,20 @@
|
||||
position: absolute;
|
||||
z-index: 20;
|
||||
top: 2px;
|
||||
width: 400px;
|
||||
left: 50%;
|
||||
margin-left: -200px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
text-align: center;
|
||||
|
||||
.alert {
|
||||
display: inline-block;
|
||||
padding: (@line-height-computed / 4);
|
||||
font-size: 14px;
|
||||
margin-bottom: (@line-height-computed / 4);
|
||||
}
|
||||
}
|
||||
#try-reconnect-now-button {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
#ide-body {
|
||||
.full-size;
|
||||
|
||||
Reference in New Issue
Block a user