mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-09-12 12:11:28 +08:00
Some more UI stuff.
This commit is contained in:
@@ -7,6 +7,7 @@ h1 br {
|
||||
}
|
||||
|
||||
#InfoBox {
|
||||
background: rgba(255, 255, 255, .5);
|
||||
color: #666;
|
||||
position: fixed;
|
||||
right: 40px;
|
||||
@@ -59,3 +60,15 @@ h1 br {
|
||||
.scrollable {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#HR .media-object,
|
||||
#Upgrades .media-object {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1400px) {
|
||||
#HR .media-object,
|
||||
#Upgrades .media-object {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user