mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 07:47:50 +01:00
more styling tweaks
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
max-width: 15em;
|
max-width: 15em;
|
||||||
min-width: 9em;
|
min-width: 130px;
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 55px;
|
height: 55px;
|
||||||
}
|
}
|
||||||
@@ -144,7 +144,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#deck-good, #deck-evil {
|
#deck-good, #deck-evil {
|
||||||
padding: 10px;
|
padding: 0;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
margin: 0.5em;
|
margin: 0.5em;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
.modal {
|
.modal {
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
position: absolute;
|
position: fixed;
|
||||||
width: 85%;
|
width: 85%;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
|
|||||||
@@ -38,7 +38,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<label for="role-description">Description</label>
|
<label for="role-description">Description</label>
|
||||||
<textarea style="resize:none" id="role-description" rows="10" cols="30" placeholder="Describe your role..." required></textarea>
|
<textarea style="resize:none" id="role-description" rows="4" cols="1" placeholder="Describe your role..." required></textarea>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-button-container">
|
<div class="modal-button-container">
|
||||||
<button id="close-modal-button" class="cancel app-button">Close</button>
|
<button id="close-modal-button" class="cancel app-button">Close</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user