mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-09 01:26:24 +01:00
Few CSS touches
This commit is contained in:
parent
1808bebe84
commit
58bc60c9b8
3 changed files with 7 additions and 1 deletions
|
@ -1211,7 +1211,7 @@ meter.donut:is(.danger, .explode):after {
|
||||||
|
|
||||||
.shiny-pill {
|
.shiny-pill {
|
||||||
color: var(--button-text-color);
|
color: var(--button-text-color);
|
||||||
text-shadow: 0 -1px var(--drop-shadow-color);
|
text-shadow: 0 calc(var(--hairline-width) * -1) var(--drop-shadow-color);
|
||||||
background-color: var(--button-bg-color);
|
background-color: var(--button-bg-color);
|
||||||
background-image: linear-gradient(
|
background-image: linear-gradient(
|
||||||
160deg,
|
160deg,
|
||||||
|
|
|
@ -61,6 +61,8 @@
|
||||||
transition: all 0.3s ease-in-out;
|
transition: all 0.3s ease-in-out;
|
||||||
padding: 0 env(safe-area-inset-right) env(safe-area-inset-bottom)
|
padding: 0 env(safe-area-inset-right) env(safe-area-inset-bottom)
|
||||||
env(safe-area-inset-left);
|
env(safe-area-inset-left);
|
||||||
|
user-select: none;
|
||||||
|
-webkit-touch-callout: none;
|
||||||
}
|
}
|
||||||
#shortcuts .tab-bar ul {
|
#shortcuts .tab-bar ul {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
@ -84,6 +84,10 @@
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
text-size-adjust: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: ui-rounded, system-ui;
|
font-family: ui-rounded, system-ui;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
|
Loading…
Reference in a new issue