mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-21 07:40:43 +00:00
Merge pull request #154 from nwcubeok/close-button-sticky-modal
Close button sticky in every modal #150
This commit is contained in:
@@ -57,6 +57,9 @@ export class HelpModal extends LitElement {
|
||||
}
|
||||
|
||||
#helpModal .close {
|
||||
position: sticky;
|
||||
top: 0px;
|
||||
right: 0px;
|
||||
color: #aaa;
|
||||
float: right;
|
||||
font-size: 28px;
|
||||
|
||||
@@ -91,6 +91,9 @@ export class HostLobbyModal extends LitElement {
|
||||
}
|
||||
|
||||
.close {
|
||||
position: sticky;
|
||||
top: 0px;
|
||||
right: 0px;
|
||||
color: #aaa;
|
||||
float: right;
|
||||
font-size: 28px;
|
||||
|
||||
@@ -78,6 +78,9 @@ export class JoinPrivateLobbyModal extends LitElement {
|
||||
}
|
||||
|
||||
.close {
|
||||
position: sticky;
|
||||
top: 0px;
|
||||
right: 0px;
|
||||
color: #aaa;
|
||||
float: right;
|
||||
font-size: 28px;
|
||||
|
||||
@@ -84,6 +84,9 @@ export class SinglePlayerModal extends LitElement {
|
||||
}
|
||||
|
||||
.close {
|
||||
position: sticky;
|
||||
top: 0px;
|
||||
right: 0px;
|
||||
color: #aaa;
|
||||
float: right;
|
||||
font-size: 28px;
|
||||
|
||||
Reference in New Issue
Block a user