mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 14:45:35 +00:00
Font-size bump for tablets and phones on the outfitting screen. Seems to make life a bit easier. Also added a small-tablet size option which will fix a tiny visual bug on the outfitting screen with long ship names. Fixed a few other minor visual bugs. Also made clickable menu items bigger on tablets and phones.
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
|
||||
.tablet({
|
||||
width: 100%;
|
||||
font-size: 1.2em;
|
||||
max-width: 1600px;
|
||||
});
|
||||
|
||||
&>.list {
|
||||
@@ -21,6 +23,10 @@
|
||||
}
|
||||
|
||||
#overview {
|
||||
.tablet({
|
||||
font-size: 0.9em;
|
||||
});
|
||||
|
||||
h1 {
|
||||
margin: 0;
|
||||
float: left;
|
||||
@@ -31,7 +37,8 @@
|
||||
#summary {
|
||||
overflow-x: auto;
|
||||
width: 100%;
|
||||
margin: 1em 0 2em 0;
|
||||
margin: 1em 0 1em 0;
|
||||
padding-bottom: 1em;
|
||||
|
||||
#summaryTable {
|
||||
.user-select-none();
|
||||
@@ -87,7 +94,7 @@
|
||||
.outfit-button-label {
|
||||
margin-left: 0.5em;
|
||||
|
||||
.largePhone({
|
||||
.smallTablet({
|
||||
display: none;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user