Merge branch 'fix/small-buttons-chrome-tweak' into 'develop'

Fix the appearance of 'Read'/'Show new' buttons on Chrome

See merge request !65
このコミットが含まれているのは:
Shpuld Shpuldson 2017-03-11 12:44:44 -05:00
コミット 0c7450252a
2個のファイルの変更5行の追加2行の削除

ファイルの表示

@ -8,8 +8,9 @@
position: relative;
.read-button {
position: absolute;
padding: 0.1em 0.3em 0.25em 0.3em;
right: 0.7em;
height: 1.8em;
line-height: 100%;
}
}

ファイルの表示

@ -43,8 +43,10 @@
.loadmore-button {
position: absolute;
right: 0.6em;
padding: 0.1em 0.3em 0.25em 0.3em;
min-width: 6em;
height: 1.8em;
line-height: 100%;
}
.error {
background-color: rgba(255, 48, 16, 0.65);