mirror of
https://shylinux.com/x/community
synced 2025-04-25 17:48:06 +08:00
add some
This commit is contained in:
parent
852142316b
commit
b87867d700
@ -38,7 +38,7 @@ $output>div>div.list>div.title div.action { overflow:hidden; }
|
||||
$output>div>div.list>div.title div.action div.item { margin-right:5px; }
|
||||
$output>div>div.list>div.title div.action div.item.button.icons input { display:none; }
|
||||
$output>div>div.list>div.role:not(.hide) { display:flex; align-items:center; justify-content:space-around; }
|
||||
$output>div>div.list>div.role span { padding:5px; cursor:pointer; }
|
||||
$output>div>div.list>div.role span { padding:5px; cursor:pointer; white-space:pre; }
|
||||
body:not(.mobile) $output>div>div.list>div.role span:hover { background-color:var(--hover-bg-color); }
|
||||
$output>div>div.list>div.role span:not(.select) { color:gray; }
|
||||
$output>div>div.list>div.role span.select { border-bottom:var(--box-notice); }
|
||||
@ -147,5 +147,9 @@ body:not(.mobile) $output>fieldset.story>div.output div.item.card:not(:hover) {
|
||||
body:not(.width1) $output div.item.card div.title div.action { display:none; }
|
||||
body.en $output>fieldset table.content td:first-child { max-width:180px; width:unset;}
|
||||
$fieldset { box-shadow:none; }
|
||||
body.width1 div.input.float {
|
||||
body.mobile {
|
||||
overflow:auto !important;
|
||||
}
|
||||
body.mobile div.input.float {
|
||||
position:static;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user