mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 23:40:25 +00:00
android mobile bugfixes
This commit is contained in:
parent
f0462d022f
commit
81a527e5d6
3 changed files with 6 additions and 2 deletions
|
|
@ -21,8 +21,11 @@
|
|||
|
||||
// at 600px when 2col starts breaking
|
||||
@media (max-width: 37.5em)
|
||||
.grid
|
||||
padding-right: 0
|
||||
.module
|
||||
width: 100%
|
||||
padding-left: 0
|
||||
.task-column
|
||||
max-height: none
|
||||
overflow: visible
|
||||
|
|
@ -60,6 +60,7 @@ for $stage in $stages
|
|||
margin-bottom: 0.75em
|
||||
outline: 1px solid rgba(0,0,0,0.15)
|
||||
outline-offset: -1px
|
||||
background-color: white
|
||||
|
||||
// the input field
|
||||
.addtask-field
|
||||
|
|
@ -192,7 +193,7 @@ for $stage in $stages
|
|||
content: '○'
|
||||
display: block
|
||||
font-size: 3em
|
||||
line-height: 0.76
|
||||
line-height: 0.8
|
||||
text-align: center
|
||||
color: black
|
||||
opacity: 0.2
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
HabitRPG | Gamify Your Life
|
||||
|
||||
<Head:>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<!-- webfonts -->
|
||||
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,400italic,700italic' rel='stylesheet' type='text/css'>
|
||||
|
|
|
|||
Loading…
Reference in a new issue