mirror of https://github.com/bra1n/townsquare.git
style fixes
This commit is contained in:
parent
690c321bcb
commit
46be64a323
|
@ -399,8 +399,6 @@ li.swap:not(.swap-from) .player > svg.swap {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
background: rgba(0, 0, 0, 0.5);
|
background: rgba(0, 0, 0, 0.5);
|
||||||
border: 3px solid black;
|
border: 3px solid black;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
@ -408,6 +406,7 @@ li.swap:not(.swap-from) .player > svg.swap {
|
||||||
box-shadow: 0 0 5px black;
|
box-shadow: 0 0 5px black;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
padding: 0 4px;
|
||||||
|
|
||||||
#townsquare:not(.spectator) &:hover,
|
#townsquare:not(.spectator) &:hover,
|
||||||
&.active {
|
&.active {
|
||||||
|
@ -427,12 +426,12 @@ li.swap:not(.swap-from) .player > svg.swap {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
background: rgba(0, 0, 0, 0.5);
|
background: rgba(0, 0, 0, 0.5);
|
||||||
padding: 0 5px;
|
padding: 2px 5px;
|
||||||
border-radius: 5px;
|
border-radius: 10px;
|
||||||
border: 3px solid black;
|
border: 3px solid #000;
|
||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
content: " ";
|
content: " ";
|
||||||
|
|
Loading…
Reference in New Issue