Skip to content
Snippets Groups Projects
Commit 0c745025 authored by Shpuld Shpuldson's avatar Shpuld Shpuldson
Browse files

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

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

See merge request !65
parents d427eaca 9061fa36
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment