mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-05 21:16:26 -05:00
Make the hidability of the tournament box (slightly) more obvious
This commit is contained in:
parent
e3ef08de55
commit
69ec4eca39
|
|
@ -982,6 +982,11 @@ a.ilink:hover {
|
|||
top: 2.4em;
|
||||
}
|
||||
|
||||
.tournament-title {
|
||||
font-weight: bold;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.tournament-box {
|
||||
position: absolute;
|
||||
top: 2em;
|
||||
|
|
@ -999,10 +1004,6 @@ a.ilink:hover {
|
|||
-webkit-transition: max-height 0.5s ease-in-out;
|
||||
}
|
||||
|
||||
.tournament-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.tournament-bracket {
|
||||
max-height: 200px;
|
||||
overflow: auto;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user