mirror of
https://github.com/SwingTheVine/Wplace-BlueMarble.git
synced 2026-05-12 09:10:40 +00:00
Polish main window header stats
This commit is contained in:
parent
ca7b60505b
commit
c14101cbc8
4 changed files with 41 additions and 9 deletions
21
dist/BlueMarble-For-GreasyFork.user.css
vendored
21
dist/BlueMarble-For-GreasyFork.user.css
vendored
|
|
@ -1225,8 +1225,22 @@ input[type=file] {
|
||||||
#bm-window-main .bm-main-hero {
|
#bm-window-main .bm-main-hero {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
padding: 0.48rem 0.58rem;
|
padding: 0.48rem 0.58rem;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
#bm-window-main .bm-main-hero .bm-favicon,
|
||||||
|
#bm-window-main .bm-main-hero h1 {
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
#bm-window-main .bm-main-hero .bm-favicon {
|
||||||
|
margin-right: 0;
|
||||||
|
padding: 0;
|
||||||
|
background: none;
|
||||||
|
border-radius: 0;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
#bm-window-main .bm-main-hero h1 {
|
#bm-window-main .bm-main-hero h1 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
@ -1282,8 +1296,9 @@ input[type=file] {
|
||||||
}
|
}
|
||||||
#bm-window-main .bm-main-stat-card time {
|
#bm-window-main .bm-main-stat-card time {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
font-family: var(--bm-font-mono);
|
font-family: inherit;
|
||||||
letter-spacing: 0.06em;
|
font-size: 1.3em;
|
||||||
|
letter-spacing: inherit;
|
||||||
}
|
}
|
||||||
#bm-window-main .bm-main-shell {
|
#bm-window-main .bm-main-shell {
|
||||||
padding: 0.48rem;
|
padding: 0.48rem;
|
||||||
|
|
@ -1431,4 +1446,4 @@ input[type=file] {
|
||||||
|
|
||||||
/* src/main.css */
|
/* src/main.css */
|
||||||
|
|
||||||
/* Build Hash: 25440fe32125 */
|
/* Build Hash: 1839ba740765 */
|
||||||
|
|
|
||||||
4
dist/BlueMarble-Standalone.user.js
vendored
4
dist/BlueMarble-Standalone.user.js
vendored
File diff suppressed because one or more lines are too long
4
dist/BlueMarble.user.css
vendored
4
dist/BlueMarble.user.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -36,8 +36,24 @@
|
||||||
#bm-window-main .bm-main-hero {
|
#bm-window-main .bm-main-hero {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
padding: 0.48rem 0.58rem;
|
padding: 0.48rem 0.58rem;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#bm-window-main .bm-main-hero .bm-favicon,
|
||||||
|
#bm-window-main .bm-main-hero h1 {
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
#bm-window-main .bm-main-hero .bm-favicon {
|
||||||
|
margin-right: 0;
|
||||||
|
padding: 0;
|
||||||
|
background: none;
|
||||||
|
border-radius: 0;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#bm-window-main .bm-main-hero h1 {
|
#bm-window-main .bm-main-hero h1 {
|
||||||
|
|
@ -98,8 +114,9 @@
|
||||||
|
|
||||||
#bm-window-main .bm-main-stat-card time {
|
#bm-window-main .bm-main-stat-card time {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
font-family: var(--bm-font-mono);
|
font-family: inherit;
|
||||||
letter-spacing: 0.06em;
|
font-size: 1.3em;
|
||||||
|
letter-spacing: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
#bm-window-main .bm-main-shell {
|
#bm-window-main .bm-main-shell {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue