More style tweakage

This commit is contained in:
PeekabooSteam 2023-12-28 16:56:29 +00:00
parent d2ac5aeff8
commit cb53da3a71

View File

@ -184,10 +184,10 @@
border-top-left-radius: var(--border-radius-sm);
border-top-right-radius: var(--border-radius-sm);
display: flex;
height:30px;
height:32px;
justify-content: center;
margin:0;
width:32px;
width:38px;
}
#spawn-mode-tabs button:hover {
@ -210,7 +210,7 @@
#spawn-mode-tabs button svg {
height:24px;
margin:3px;
margin:6px;
width:24px;
}
@ -245,10 +245,11 @@
#spawn-history-menu button {
align-items: center;
column-gap: 4px;
column-gap: 6px;
display:flex;
height:32px;
text-align: left;
padding:0;
width:100%;
}
@ -261,12 +262,17 @@
#spawn-history-menu button svg {
border-radius: var(--border-radius-sm);
height:24px;
padding:5px;
padding:4px;
width:24px;
}
#spawn-history-menu button svg * {
fill:white;
#spawn-history-menu button:hover {
background-color: transparent;
text-decoration: underline;
}
#spawn-history-menu button:hover svg * {
fill:white !important;
}
#spawn-history-menu button[data-spawned-coalition="blue"] svg {