sync efactura-generator 0.9-beta-17 — dimensiune unitară siglă
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## 0.9-beta-17 - 26.06.2026
|
||||
|
||||
### Modifications
|
||||
- Sigla Romfast are acum o dimensiune fixă și unitară: 99×60 px în antet și 58×35 px în subsol. Astfel sigla arată la fel în toate aplicațiile online Romfast, indiferent de browser sau de găzduire.
|
||||
|
||||
## 0.9-beta-16 - 26.06.2026
|
||||
|
||||
### New Features
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 72 KiB |
@@ -7,7 +7,7 @@
|
||||
<link rel="preconnect" href="https://fonts.bunny.net">
|
||||
<link href="https://fonts.bunny.net/css?family=geist:400,500,600,700|geist-mono:400,500,600&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pikaday/1.8.0/css/pikaday.min.css">
|
||||
<link rel="stylesheet" href="./styles/main.css?v=0.9-beta-16">
|
||||
<link rel="stylesheet" href="./styles/main.css?v=0.9-beta-17">
|
||||
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
|
||||
</head>
|
||||
<body>
|
||||
@@ -297,7 +297,7 @@
|
||||
</form>
|
||||
|
||||
<footer class="app-footer">
|
||||
<span id="app-version">v0.9-beta-16</span>
|
||||
<span id="app-version">v0.9-beta-17</span>
|
||||
<div class="footer-brand">
|
||||
<a href="https://romfast.ro" target="_blank" rel="noopener" class="footer-logo-link" title="romfast.ro">
|
||||
<img src="./assets/romfast_logo.png" alt="Romfast" class="footer-logo">
|
||||
|
||||
@@ -159,8 +159,8 @@ input.date-input {
|
||||
|
||||
.brand-logo {
|
||||
display: block;
|
||||
height: 50px;
|
||||
width: auto;
|
||||
width: 99px;
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
.button-group {
|
||||
@@ -988,8 +988,8 @@ button.button {
|
||||
|
||||
.footer-logo {
|
||||
display: block;
|
||||
height: 22px;
|
||||
width: auto;
|
||||
width: 58px;
|
||||
height: 35px;
|
||||
opacity: 0.85;
|
||||
transition: opacity var(--duration-short) var(--easing-out);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user