Make Fear Panel resizable

This commit is contained in:
Dapoulp 2025-05-31 23:34:11 +02:00
parent e454d8bb06
commit 3d949d6375
3 changed files with 22 additions and 10 deletions

View file

@ -5,6 +5,8 @@
}
#resources {
min-height: calc(var(--header-height) + 4rem);
min-width: 4rem;
.window-content {
padding: .5rem;
#resource-fear {
@ -14,14 +16,14 @@
flex-wrap: wrap;
i {
font-size: var(--font-size-18);
flex: 1 1 calc(25% - 0.25rem);
// flex: 1 1 calc(25% - 0.25rem);
border: 1px solid rgba(0,0,0,.5);
border-radius: 50%;
aspect-ratio: 1;
display: flex;
justify-content: center;
align-items: center;
width: .5rem;
width: 3rem;
background-color: var(--primary-color-fear);
-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,.75);
box-shadow: 0px 0px 5px 1px rgba(0,0,0,.75);
@ -100,7 +102,7 @@
background: transparent;
box-shadow: unset;
border-color: transparent;
header, .controls {
header, .controls, .window-resize-handle {
visibility: hidden;
}
}