mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-05 21:16:26 -05:00
Merge pull request #586 from Teremiare/patch-1
Change the teambuilder clipboard design
This commit is contained in:
commit
c0676957a9
|
|
@ -2606,10 +2606,11 @@ a.ilink.yours {
|
|||
|
||||
.teambuilder-clipboard-container {
|
||||
height: 52px;
|
||||
max-width: 560px;
|
||||
max-width: 455px;
|
||||
font-size: 8pt;
|
||||
padding: 4px;
|
||||
position: relative;
|
||||
margin: auto;
|
||||
|
||||
border: 1px solid #FFAA00;
|
||||
border-radius: 5px;
|
||||
|
|
@ -2620,7 +2621,7 @@ a.ilink.yours {
|
|||
font-weight: bold;
|
||||
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
bottom: 4px;
|
||||
left: 8px;
|
||||
}
|
||||
.teambuilder-clipboard-data {
|
||||
|
|
@ -2685,7 +2686,7 @@ a.ilink.yours {
|
|||
}
|
||||
.teambuilder-clipboard-buttons {
|
||||
display: block;
|
||||
width: 520px;
|
||||
width: 385px;
|
||||
|
||||
position: absolute;
|
||||
top: 34px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user