mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-28 08:47:51 +01:00
Merge pull request #18 from AlecM33/custom-role-saving
fix lobby button alignment
This commit is contained in:
@@ -399,9 +399,6 @@ button {
|
||||
}
|
||||
|
||||
.app-btn {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background-color: #992626;
|
||||
box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.4);
|
||||
color: #bfb8b8;
|
||||
@@ -412,6 +409,12 @@ button {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
#create-game-container .app-btn {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.app-btn img, .app-btn-secondary img {
|
||||
width: 15px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user