mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-26 01:50:34 +00:00
Css linting
This commit is contained in:
parent
c813ce1144
commit
56609bbc2b
1 changed files with 2 additions and 0 deletions
|
@ -118,10 +118,12 @@ input[type=file]::file-selector-button:hover {
|
||||||
summary::marker {
|
summary::marker {
|
||||||
content: none;
|
content: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.detail-pinned-button summary {
|
.detail-pinned-button summary {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.detail-pinned-button form {
|
.detail-pinned-button form {
|
||||||
float: left;
|
float: left;
|
||||||
width: -webkit-fill-available;
|
width: -webkit-fill-available;
|
||||||
|
|
Loading…
Reference in a new issue