forked from AkkomaGang/akkoma-fe
Merge branch 'fix/small-buttons-chrome-tweak' into 'develop'
Fix the appearance of 'Read'/'Show new' buttons on Chrome See merge request !65
This commit is contained in:
commit
0c7450252a
2 changed files with 5 additions and 2 deletions
|
@ -8,8 +8,9 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
.read-button {
|
.read-button {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
padding: 0.1em 0.3em 0.25em 0.3em;
|
|
||||||
right: 0.7em;
|
right: 0.7em;
|
||||||
|
height: 1.8em;
|
||||||
|
line-height: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -43,8 +43,10 @@
|
||||||
.loadmore-button {
|
.loadmore-button {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0.6em;
|
right: 0.6em;
|
||||||
padding: 0.1em 0.3em 0.25em 0.3em;
|
|
||||||
min-width: 6em;
|
min-width: 6em;
|
||||||
|
height: 1.8em;
|
||||||
|
line-height: 100%;
|
||||||
}
|
}
|
||||||
.error {
|
.error {
|
||||||
background-color: rgba(255, 48, 16, 0.65);
|
background-color: rgba(255, 48, 16, 0.65);
|
||||||
|
|
Loading…
Reference in a new issue