Skip to content

Commit 6d945c5

Browse files
authored
CSS: align-left to the "disconnected from server" message
The "disconnected from server" grey box doesn't explicitly set a text justification. When a page's body tag has a center align, the message gets center aligned within the box, which looks strange. I think the message should always look the same.
1 parent f8f375f commit 6d945c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/shiny-server.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ body.disconnected {
1010

1111
#ss-connect-dialog {
1212
opacity: 1 !important;
13+
text-align: left;
1314
padding: 1em;
1415
position: fixed;
1516
bottom: 50px;

0 commit comments

Comments
 (0)