fix: mobile toolbar shows icons only, hide button text
This commit is contained in:
+3
-3
@@ -24,9 +24,9 @@
|
||||
<span class="save-status" id="saveStatus"></span>
|
||||
</div>
|
||||
<div class="toolbar-right">
|
||||
<button class="toolbar-btn" id="btnReset" title="Очистить форму">↺ Заново</button>
|
||||
<button class="toolbar-btn" id="btnSave" title="Сохранить">💾 Сохранить</button>
|
||||
<button class="toolbar-btn primary" id="btnShare" title="Поделиться ссылкой">🔗 Поделиться</button>
|
||||
<button class="toolbar-btn" id="btnReset" title="Очистить форму"><span class="btn-icon">↺</span><span class="btn-text"> Заново</span></button>
|
||||
<button class="toolbar-btn" id="btnSave" title="Сохранить"><span class="btn-icon">💾</span><span class="btn-text"> Сохранить</span></button>
|
||||
<button class="toolbar-btn primary" id="btnShare" title="Поделиться ссылкой"><span class="btn-icon">🔗</span><span class="btn-text"> Поделиться</span></button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -685,13 +685,12 @@ button[type="submit"]:disabled { background: #aaa; cursor: not-allowed; }
|
||||
|
||||
.toolbar-btn {
|
||||
padding: 7px 10px;
|
||||
font-size: 0;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
/* Показываем только эмодзи/иконку */
|
||||
#btnReset::before { content: '↺'; font-size: 1rem; }
|
||||
#btnSave::before { content: '💾'; font-size: 1rem; }
|
||||
#btnShare::before { content: '🔗'; font-size: 1rem; }
|
||||
.btn-text {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.app-layout {
|
||||
padding: 16px 12px 80px;
|
||||
|
||||
Reference in New Issue
Block a user