mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 901454 - The deck added in bug 895543 causes the source editor to not scroll properly, r=fitzgen
This commit is contained in:
parent
5bcdb7dac0
commit
1247e043cf
@ -57,15 +57,17 @@
|
||||
/* Black box message */
|
||||
|
||||
#black-boxed-message {
|
||||
padding: 100px 50px;
|
||||
background-color: rgb(61, 69, 76);
|
||||
/* Prevent the container deck from aquiring the height from this message. */
|
||||
min-height: 1px;
|
||||
background-color: rgb(61,69,76);
|
||||
padding: 25vh 0;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#black-boxed-message-label,
|
||||
#black-boxed-message-button {
|
||||
text-align: center;
|
||||
font-size: 150%;
|
||||
font-size: 120%;
|
||||
}
|
||||
|
||||
#black-boxed-message-button {
|
||||
|
@ -59,15 +59,17 @@
|
||||
/* Black box message */
|
||||
|
||||
#black-boxed-message {
|
||||
padding: 100px 50px;
|
||||
background-color: rgb(61, 69, 76);
|
||||
/* Prevent the container deck from aquiring the height from this message. */
|
||||
min-height: 1px;
|
||||
background-color: rgb(61,69,76);
|
||||
padding: 25vh 0;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#black-boxed-message-label,
|
||||
#black-boxed-message-button {
|
||||
text-align: center;
|
||||
font-size: 150%;
|
||||
font-size: 120%;
|
||||
}
|
||||
|
||||
#black-boxed-message-button {
|
||||
|
@ -57,15 +57,17 @@
|
||||
/* Black box message */
|
||||
|
||||
#black-boxed-message {
|
||||
padding: 100px 50px;
|
||||
background-color: rgb(61, 69, 76);
|
||||
/* Prevent the container deck from aquiring the height from this message. */
|
||||
min-height: 1px;
|
||||
background-color: rgb(61,69,76);
|
||||
padding: 25vh 0;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#black-boxed-message-label,
|
||||
#black-boxed-message-button {
|
||||
text-align: center;
|
||||
font-size: 150%;
|
||||
font-size: 120%;
|
||||
}
|
||||
|
||||
#black-boxed-message-button {
|
||||
|
Loading…
Reference in New Issue
Block a user