在 Ubuntu 18.04 中,锁定屏幕中显示的“日期”的对齐似乎存在问题,即.screen-shield-clock-date{}
。/usr/share/gnome-shell/theme/ubuntu.css
它有时会居中对齐,有时会左对齐.screen-shield-clock{}
。似乎.screen-shield-clock-date{}
是 的子项
.screen-shield-clock {
color: white;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
font-weight: bold;
text-align: center;
padding-bottom: 1.5em; }
其中已经包含text-align: center
要求居中对齐的参数。
我尝试过添加margin: auto; width: 100%;
和.screen-shield-clock{}
,.screen-shield-clock-date{}
并且还尝试添加text-align: center
,.screen-shield-clock-date{}
但是这些方法似乎不起作用?
问题:
- 我该如何修复此对齐问题?我希望日期始终在屏幕上居中对齐。
- 我可以知道哪个程序/文件正在读取吗
/usr/share/gnome-shell/theme/ubuntu.css
?
答案1
Ubuntu gdm3 3.28.3-0ubuntu18.04.4 软件包中可能存在错误。我已报告它。
我发现了这个问题的触发因素。当Tweaks-->Top Bar-->Seconds
被打开时,就会发生这种情况。目前,这个问题的解决方案是不在计时中显示“秒”。Tweaks-->Top Bar-->Seconds
必须关闭。